Lines Matching refs:thread_continue_t
974 …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()
990 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test()
1029 start_threads(thread_continue_t func, struct synch_test_common *info, bool sleep_after_first) in start_threads()
1048 result = kernel_thread_start_priority((thread_continue_t)func, info, priority, &thread); in start_threads()
1822 …start_threads((thread_continue_t)thread_just_inheritor_do_work, (struct synch_test_common *)info, … in test_sleep_with_wake_all()
1837 …start_threads((thread_continue_t)thread_inheritor_like_mutex, (struct synch_test_common *)info, FA… in test_sleep_with_wake_one()
1854 start_threads((thread_continue_t)thread_steal_work, (struct synch_test_common *)info, FALSE); in test_change_sleep_inheritor()
1868 …start_threads((thread_continue_t)thread_no_inheritor_work, (struct synch_test_common *)info, FALSE… in test_no_inheritor()
1880 start_threads((thread_continue_t)thread_rw_work, (struct synch_test_common *)info, FALSE); in test_rw_lock()
1892 start_threads((thread_continue_t)thread_mtx_work, (struct synch_test_common *)info, FALSE); in test_mtx_lock()
2182 start_threads((thread_continue_t)thread_just_one_do_work, (struct synch_test_common *) info, TRUE); in test_gate_push()
2201 start_threads((thread_continue_t)thread_gate_like_mutex, (struct synch_test_common *)info, false); in test_gate_handoff()
2223 start_threads((thread_continue_t)thread_gate_aggressive, (struct synch_test_common *)info, FALSE); in test_gate_steal()
2242 start_threads((thread_continue_t)thread_gate_free, (struct synch_test_common *)info, FALSE); in test_gate_alloc_free()
2569 start_threads((thread_continue_t)thread_sleep_chain_work, (struct synch_test_common *)info, FALSE); in test_sleep_chain()
2580 start_threads((thread_continue_t)thread_gate_chain_work, (struct synch_test_common *)info, FALSE); in test_gate_chain()
2591 …start_threads((thread_continue_t)thread_sleep_gate_chain_work, (struct synch_test_common *)info, F… in test_sleep_gate_chain()