Searched refs:start_threads (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tests/sched/ |
| H A D | thread_group_fairness.c | 131 start_threads(pthread_t *threads, struct thread_data *thread_datas, work_interval_t *handle, uint32… in start_threads() function 179 start_threads(lower_threads, lower_thread_datas, &lower_pri_handle, lower_pri_flags); 184 start_threads(higher_threads, higher_thread_datas, &higher_pri_handle, higher_pri_flags);
|
| H A D | all_cores_running.c | 48 start_threads(pthread_t *threads, void *(*start_routine)(void *), int priority, unsigned int num_th… in start_threads() function 172 start_threads(threads, &spin_thread_fn, DEFAULT_THREAD_PRI, num_threads);
|
| H A D | thread_group_flags.c | 123 start_threads(void *(*func)(void *), struct thread_data *datas, int num_threads) in start_threads() function 307 __block pthread_t *threads = start_threads(join_workload_fn, datas, num_workload_ids); 409 __block pthread_t *threads = start_threads(join_leave_pid_based, datas, num_threads);
|
| H A D | overloaded_runqueue.c | 72 start_threads(pthread_t *threads, void *(*start_routine)(void *), int priority, int num_threads) in start_threads() function 289 start_threads(bg_threads, make_tg_and_spin, BACKGROUND_PRI, NUM_THREADS);
|
| H A D | yield_aggressor.c | 134 start_threads(pthread_t *threads, void *(*start_routine)(void *), int priority) in start_threads() function 233 start_threads(threads, &thread_fn, thread_pri); in run_yielding_test()
|
| /xnu-11215/osfmk/tests/ |
| H A D | kernel_tests.c | 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() 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() 2433 start_threads((thread_continue_t)thread_steal_work, (struct synch_test_common *)info, FALSE); in test_change_sleep_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() 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() [all …]
|
| /xnu-11215/tests/cpu_counters/ |
| H A D | kpc_tests.c | 203 start_threads(const struct machine *mch, void *(*func)(void *), void *arg) in start_threads() function 312 pthread_t *threads = start_threads(&mch, spin, &until); 578 (void)start_threads(&mch, spin, &stop);
|