pub unsafe extern "C" fn thread_flags_set(
thread: *mut thread_t,
mask: thread_flags_t,
)
Expand description
@brief Set thread flags, possibly waking it up
@param[in] thread thread to work on @param[in] mask additional flags to be set for the current thread, represented as a bitmask