[][src]Function pspsdk_sys::sdk::sceKernelChangeCurrentThreadAttr

pub unsafe extern "C" fn sceKernelChangeCurrentThreadAttr(
    unknown: c_int,
    attr: SceUInt
) -> c_int

Modify the attributes of the current thread.

@param unknown - Set to 0. @param attr - The thread attributes to modify. One of ::PspThreadAttributes.

@return < 0 on error.