Lines Matching refs:start_threads

1050 start_threads(thread_continue_t func, struct synch_test_common *info, bool sleep_after_first)  in start_threads()  function
2341 start_threads((thread_continue_t)thread_use_cache, (struct synch_test_common *)info, FALSE); in test_cache_reflock()
2356 start_threads((thread_continue_t)thread_refcount_reflock, (struct synch_test_common *)info, FALSE); in test_refcount_reflock()
2372 start_threads((thread_continue_t)thread_force_reflock, (struct synch_test_common *)info, FALSE); in test_force_reflock()
2386 start_threads((thread_continue_t)thread_lock_reflock, (struct synch_test_common *)info, FALSE); in test_lock_reflock()
2401start_threads((thread_continue_t)thread_just_inheritor_do_work, (struct synch_test_common *)info, … in test_sleep_with_wake_all()
2416start_threads((thread_continue_t)thread_inheritor_like_mutex, (struct synch_test_common *)info, FA… in test_sleep_with_wake_one()
2433 start_threads((thread_continue_t)thread_steal_work, (struct synch_test_common *)info, FALSE); in test_change_sleep_inheritor()
2447start_threads((thread_continue_t)thread_no_inheritor_work, (struct synch_test_common *)info, FALSE… in test_no_inheritor()
2459 start_threads((thread_continue_t)thread_rw_work, (struct synch_test_common *)info, FALSE); in test_rw_lock()
2471 start_threads((thread_continue_t)thread_mtx_work, (struct synch_test_common *)info, FALSE); in test_mtx_lock()
2773 start_threads((thread_continue_t)thread_just_one_do_work, (struct synch_test_common *) info, TRUE); in test_gate_push()
2792 start_threads((thread_continue_t)thread_gate_like_mutex, (struct synch_test_common *)info, false); in test_gate_handoff()
2814 start_threads((thread_continue_t)thread_gate_aggressive, (struct synch_test_common *)info, FALSE); in test_gate_steal()
2833 start_threads((thread_continue_t)thread_gate_free, (struct synch_test_common *)info, FALSE); in test_gate_alloc_free()
3160 start_threads((thread_continue_t)thread_sleep_chain_work, (struct synch_test_common *)info, FALSE); in test_sleep_chain()
3171 start_threads((thread_continue_t)thread_gate_chain_work, (struct synch_test_common *)info, FALSE); in test_gate_chain()
3182start_threads((thread_continue_t)thread_sleep_gate_chain_work, (struct synch_test_common *)info, F… in test_sleep_gate_chain()