[][src]Function pspsdk_sys::sdk::sceKernelGetThreadKTLS

pub unsafe extern "C" fn sceKernelGetThreadKTLS(
    id: c_int,
    thid: SceUID,
    mode: c_int
) -> *mut c_void

Get the KTLS of a thread

@param id - The allocation id returned from AllocateKTLS @param thid - The thread is, 0 for current thread @param mode - Perhaps? Sees to be set to 0 or 1

@return The current KTLS, NULL on error