Searched refs:req_wq_threads (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/tests/ |
| H A D | manual_wq_cooperative.c | 37 req_wq_threads(qos_class_t qos, size_t num_threads, bool overcommit) in req_wq_threads() function 135 req_wq_threads(QOS_CLASS_USER_INITIATED, 1, true); in do_cooperative_then_overcommit() 201 req_wq_threads(get_rand_qos_class(), get_rand_num_thread_requests(), false); in worker_cb_stress() 209 req_wq_threads(get_rand_qos_class(), get_rand_num_thread_requests(), true); in worker_cb_stress() 222 req_wq_threads(QOS_CLASS_DEFAULT, ncpus() / 2, true); in do_stress_test() 224 req_wq_threads(QOS_CLASS_DEFAULT, ncpus(), false); in do_stress_test()
|