Function ctru_sys::threadFree
source · pub unsafe extern "C" fn threadFree(thread: Thread)
Expand description
Frees a finished libctru thread.
§Arguments
thread
- libctru thread handle
This function should not be called if the thread is detached, as it is freed automatically when it finishes.