Lines Matching refs:thread_continue_t

971 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar…  in ts_kernel_primitive_test()
984 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test()
987 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test()
1026 start_threads(thread_continue_t func, struct synch_test_common *info, bool sleep_after_first) in start_threads()
1045 result = kernel_thread_start_priority((thread_continue_t)func, info, priority, &thread); in start_threads()
1819 …start_threads((thread_continue_t)thread_just_inheritor_do_work, (struct synch_test_common *)info, … in test_sleep_with_wake_all()
1834 …start_threads((thread_continue_t)thread_inheritor_like_mutex, (struct synch_test_common *)info, FA… in test_sleep_with_wake_one()
1851 start_threads((thread_continue_t)thread_steal_work, (struct synch_test_common *)info, FALSE); in test_change_sleep_inheritor()
1865 …start_threads((thread_continue_t)thread_no_inheritor_work, (struct synch_test_common *)info, FALSE… in test_no_inheritor()
1877 start_threads((thread_continue_t)thread_rw_work, (struct synch_test_common *)info, FALSE); in test_rw_lock()
1889 start_threads((thread_continue_t)thread_mtx_work, (struct synch_test_common *)info, FALSE); in test_mtx_lock()
2179 start_threads((thread_continue_t)thread_just_one_do_work, (struct synch_test_common *) info, TRUE); in test_gate_push()
2198 start_threads((thread_continue_t)thread_gate_like_mutex, (struct synch_test_common *)info, false); in test_gate_handoff()
2220 start_threads((thread_continue_t)thread_gate_aggressive, (struct synch_test_common *)info, FALSE); in test_gate_steal()
2239 start_threads((thread_continue_t)thread_gate_free, (struct synch_test_common *)info, FALSE); in test_gate_alloc_free()
2566 start_threads((thread_continue_t)thread_sleep_chain_work, (struct synch_test_common *)info, FALSE); in test_sleep_chain()
2577 start_threads((thread_continue_t)thread_gate_chain_work, (struct synch_test_common *)info, FALSE); in test_gate_chain()
2588 …start_threads((thread_continue_t)thread_sleep_gate_chain_work, (struct synch_test_common *)info, F… in test_sleep_gate_chain()