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