Searched refs:posix_thread_q_set (Results 1 – 1 of 1) sorted by relevance
99 static inline void posix_thread_q_set(struct posix_thread *t, enum posix_thread_qid qid) in posix_thread_q_set() function508 posix_thread_q_set(t, POSIX_THREAD_DONE_Q); in posix_thread_finalize()575 posix_thread_q_set(t, POSIX_THREAD_READY_Q); in posix_thread_recycle()608 posix_thread_q_set(t, POSIX_THREAD_RUN_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()1547 posix_thread_q_set(th, POSIX_THREAD_READY_Q); in posix_thread_pool_init()