Home | History | Annotate | Download | only in src

Lines Matching refs:thread_id

5028     pthread_t thread_id = -1;
5029 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
5035 return thread_id;