Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c63 POSIX_THREAD_READY_Q, enumerator
89 SYS_DLIST_STATIC_INIT(&posix_thread_q[POSIX_THREAD_READY_Q]),
102 case POSIX_THREAD_READY_Q: in posix_thread_q_set()
117 case POSIX_THREAD_READY_Q: in posix_thread_q_get()
169 actually_initialized = !(posix_thread_q_get(t) == POSIX_THREAD_READY_Q || in to_posix_thread()
575 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in posix_thread_recycle()
603 if (!sys_dlist_is_empty(&posix_thread_q[POSIX_THREAD_READY_Q])) { in pthread_create()
604 t = CONTAINER_OF(sys_dlist_get(&posix_thread_q[POSIX_THREAD_READY_Q]), in pthread_create()
620 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in pthread_create()
642 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in pthread_create()
[all …]