Home | History | Annotate | Download | only in src

Lines Matching full:pthread_t

5190 ** Returns pthread_t
5193 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){
5199 pthread_t thread_id = -1;