Lines Matching refs:POSIX_THREAD_READY_Q
63 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()
1094 if (posix_thread_q_get(t) == POSIX_THREAD_READY_Q) { in pthread_timedjoin_internal()
1200 if (posix_thread_q_get(t) == POSIX_THREAD_READY_Q || in pthread_detach()
1547 posix_thread_q_set(th, POSIX_THREAD_READY_Q); in posix_thread_pool_init()