Searched defs:test_thread (Results 1 – 5 of 5) sorted by relevance
49 struct test_thread { struct50 uv_thread_t thread_id;51 int thread_called;
118 test_thread (gpointer data) in test_thread() function
69 static void test_thread(void* args) { in test_thread() function
51 GThread *test_thread; member
329 def test_thread(loop, debug, create_loop=False): function