Searched refs:test_thread (Results 1 – 12 of 12) sorted by relevance
/haiku/src/tests/system/kernel/ |
H A D | port_wakeup_test_4.cpp | 20 test_thread(void *) in test_thread() function 45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_5.cpp | 20 test_thread(void *) in test_thread() function 45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_1.cpp | 20 test_thread(void *) in test_thread() function 47 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_9.cpp | 20 test_thread(void *) in test_thread() function 50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_3.cpp | 20 test_thread(void *) in test_thread() function 51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_8.cpp | 20 test_thread(void *) in test_thread() function 50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_6.cpp | 20 test_thread(void *) in test_thread() function 51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_7.cpp | 20 test_thread(void *) in test_thread() function 51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
H A D | port_wakeup_test_2.cpp | 20 test_thread(void *) in test_thread() function 52 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); in main()
|
/haiku/src/tests/system/network/ |
H A D | test1.c | 14 int32 test_thread(void *data) in test_thread() function 54 t[i] = spawn_thread(test_thread, "socket test thread", in main()
|
H A D | test2.c | 18 int32 test_thread(void *data) in test_thread() function 64 t[i] = spawn_thread(test_thread, "socket test thread", in main()
|
H A D | test3.c | 19 int32 test_thread(void *data) in test_thread() function 76 t[i] = spawn_thread(test_thread, "socket test thread", in main()
|