Lines Matching refs:thread_id
317 pthread_t thread_id;326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);333 ASSERT_EQ(0, pthread_join(thread_id, &dummy));