Home
last modified time | relevance | path

Searched refs:K_CALLBACK_STATE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/os/
Dp4wq.c44 th->base.user_options |= K_CALLBACK_STATE; in thread_set_requeued()
49 th->base.user_options &= ~K_CALLBACK_STATE; in thread_clear_requeued()
54 return !!(th->base.user_options & K_CALLBACK_STATE); in thread_was_requeued()
/Zephyr-latest/include/zephyr/
Dkernel.h292 #define K_CALLBACK_STATE (BIT(4)) macro