Searched refs:posix_thread_q_set (Results 1 – 1 of 1) sorted by relevance
95 static inline void posix_thread_q_set(struct posix_thread *t, enum posix_thread_qid qid) in posix_thread_q_set() function504 posix_thread_q_set(t, POSIX_THREAD_DONE_Q); in posix_thread_finalize()571 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in posix_thread_recycle()604 posix_thread_q_set(t, POSIX_THREAD_RUN_Q); in pthread_create()616 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in pthread_create()638 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in pthread_create()1542 posix_thread_q_set(th, POSIX_THREAD_READY_Q); in posix_thread_pool_init()