Searched refs:posix_thread_q (Results 1 – 1 of 1) sorted by relevance
88 static sys_dlist_t posix_thread_q[] = { variable89 SYS_DLIST_STATIC_INIT(&posix_thread_q[POSIX_THREAD_READY_Q]),90 SYS_DLIST_STATIC_INIT(&posix_thread_q[POSIX_THREAD_RUN_Q]),91 SYS_DLIST_STATIC_INIT(&posix_thread_q[POSIX_THREAD_DONE_Q]),105 sys_dlist_append(&posix_thread_q[qid], &t->q_node); in posix_thread_q_set()546 SYS_DLIST_FOR_EACH_CONTAINER_SAFE(&posix_thread_q[POSIX_THREAD_DONE_Q], t, safe_t, 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()