Searched refs:test_thread (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dport_wakeup_test_1.cpp20 test_thread(void *) function
47 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_3.cpp20 test_thread(void *) function
51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_4.cpp20 test_thread(void *) function
45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_5.cpp20 test_thread(void *) function
45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_8.cpp20 test_thread(void *) function
50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_9.cpp20 test_thread(void *) function
50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_2.cpp20 test_thread(void *) function
52 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_6.cpp20 test_thread(void *) function
51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_7.cpp20 test_thread(void *) function
51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/network/
H A Dtest2.c18 int32 test_thread(void *data) function
64 t[i] = spawn_thread(test_thread, "socket test thread",
H A Dtest1.c14 int32 test_thread(void *data) function
54 t[i] = spawn_thread(test_thread, "socket test thread",
H A Dtest3.c19 int32 test_thread(void *data) function
76 t[i] = spawn_thread(test_thread, "socket test thread",

Completed in 64 milliseconds