Home
last modified time | relevance | path

Searched refs:thread_called (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-thread.c51 int thread_called; member
61 static int thread_called; variable
136 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