pub unsafe extern "C" fn thread_flags_clear(
mask: thread_flags_t,
) -> thread_flags_t
Expand description
@brief Clear current thread’s flags
@param[in] mask unset flags for the current thread, represented as a bitmask
@returns flags that have actually been cleared (mask & thread->flags before clear)