Searched refs:_thread_id (Results 1 – 2 of 2) sorted by relevance
30 , _thread_id (0) in Thread()77 thread->_thread_id = 0; in thread_func()157 if (pthread_create(&_thread_id, &attr, (void* (*)(void*))thread_func, this) != 0) { in start()170 int ret = pthread_setname_np (_thread_id, thread_name); in start()
65 pthread_t _thread_id; variable