Home | History | Annotate | Download | only in src

Lines Matching refs:start_routine

5097 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){
5104 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )