riot_sys::bindgen

Function thread_zombify

Source
pub unsafe extern "C" fn thread_zombify()
Expand description

@brief Puts the current thread into zombie state.

@details Does nothing when in ISR. A thread in zombie state will never be scheduled again, but its scheduler entry and stack will be kept. A zombie state thread is supposed to be cleaned up by @ref thread_kill_zombie().