Home | History | Annotate | Download | only in test

Lines Matching defs:thread_id

319   pthread_t       thread_id;
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));