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

/haiku/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp37 thread_id thread1 = spawn_thread(&thread_function1, "thread1", local
38 B_NORMAL_PRIORITY, (void*)"thread1");
39 resume_thread(thread1);
59 printf("killing thread1...\n");
60 kill_thread(thread1);

Completed in 28 milliseconds