Searched refs:thread_ (Results 1 – 6 of 6) sorted by relevance
62 LOGGER_ASSERT(0 == pthread_create(&thread_, NULL, &StartRoutine, this)); in StartThread()81 retval = pthread_join(thread_, NULL); in StopThread()
132 pthread_t thread_; variable
392 pthread_t thread_; // Pthread thread ID. variable
348 int result = pthread_create(&thread_, NULL, thread_spawner_, this); in SpawnThread()365 return (pthread_kill(thread_, SIGINT) == 0); in KillThread()370 int result = pthread_join(thread_, NULL); in JoinThread()
4039 can only watch the value of an expression _in a single thread_. If