Home | History | Annotate | Download | only in src

Lines Matching defs:thread_id

98     volatile pid_t thread_id;
169 pthread_t thread_id = -1;
170 if( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
175 return thread_id;
216 ts[h].thread_id = -1;
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)(uintptr_t)h)) != -1)
237 APPL_TRACE_DEBUG("h:%d, thread id:%d", h, ts[h].thread_id);
299 if(ts[h].thread_id == pthread_self())
375 pthread_join(ts[h].thread_id, 0);
387 ts[h].thread_id = -1;
589 ts[h].thread_id = -1;