Searched refs:thread_called (Results 1 – 1 of 1) sorted by relevance
51 int thread_called; member61 static int thread_called; variable136 thread->thread_called = 1; in do_work()142 thread_called++; in thread_entry()156 ASSERT_EQ(1, thread_called); in TEST_IMPL()185 ASSERT_EQ(1, threads[i].thread_called); in TEST_IMPL()
Completed in 3 milliseconds