Searched refs:_THREAD_QUEUED (Results 1 – 7 of 7) sorted by relevance
121 return z_is_thread_state_set(thread, _THREAD_QUEUED); in z_is_thread_queued()126 thread->base.thread_state |= _THREAD_QUEUED; in z_mark_thread_as_queued()131 thread->base.thread_state &= ~_THREAD_QUEUED; in z_mark_thread_as_not_queued()
73 #define _THREAD_QUEUED (BIT(7)) macro
264 tid->base.thread_state = _THREAD_QUEUED; in ZTEST()
304 case _THREAD_QUEUED: in osThreadGetState()
240 case _THREAD_QUEUED: in cy_rtos_get_thread_state()
1359 * :github:`17361` - _THREAD_QUEUED overlaps with x86 _EXC_ACTIVE in k_thread.thread_state
1574 * :github:`44255` - kernel: While thread is running [thread_state] is in _THREAD_QUEUED