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

/fuchsia/zircon/system/utest/core/handle-wait/
H A Dhandle-wait.c212 static int worker_thread_func(void* arg) { function
239 ASSERT_EQ(thrd_create(&thread1, worker_thread_func, &thread1_data), thrd_success,
242 ASSERT_EQ(thrd_create(&thread2, worker_thread_func, &thread2_data), thrd_success,

Completed in 26 milliseconds