Searched refs:TH_BUCKET_SHARE_IN (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/tests/sched/ |
| H A D | clutch_runqueue.c | 28 …thread_t highest_bound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_pri[TH_… 31 …read_t highest_unbound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_pri[TH_… 433 …est_thread_t in_thread = create_thread(TH_BUCKET_SHARE_IN, same_tg, root_bucket_to_highest_pri[TH_… 442 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, 1, 0, TH_BUCKET_SHARE_IN, root_bucket_arg); 447 increment_mock_time_us(clutch_root_bucket_warp_us[TH_BUCKET_SHARE_IN] + 1); 450 …root_bucket_arg = WARP_WINDOW_CLOSE(TH_BUCKET_SHARE_IN, false) | SELECTION_OPENED_STARVATION_AVOID… 460 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, 1, 0, TH_BUCKET_SHARE_IN, root_bucket_arg); 500 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, 1, 0, TH_BUCKET_SHARE_IN, root_bucket_arg); 503 increment_mock_time_us(clutch_root_bucket_warp_us[TH_BUCKET_SHARE_IN] - 1); 507 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, 1, 0, TH_BUCKET_SHARE_IN, root_bucket_arg);
|
| H A D | edge_runqueue.c | 74 …threads[0] = create_thread(TH_BUCKET_SHARE_IN, tg, root_bucket_to_highest_pri[TH_BUCKET_SHARE_IN]);
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | sched.h | 226 …TH_BUCKET_SHARE_IN, /* Timeshare thread between BASEPRI_USER_INITIATED and BAS… enumerator
|
| H A D | sched_clutch.c | 361 bucket = TH_BUCKET_SHARE_IN; in sched_convert_pri_to_bucket() 1554 …case TH_BUCKET_SHARE_IN: os_atomic_inc(&root_clutch->scr_cumulative_run_count[TH_BUCKET_SHARE_IN]… in sched_edge_cluster_cumulative_count_incr() 1569 …case TH_BUCKET_SHARE_IN: os_atomic_dec(&root_clutch->scr_cumulative_run_count[TH_BUCKET_SHARE_IN]… in sched_edge_cluster_cumulative_count_decr()
|
| H A D | thread_group.c | 1302 case TH_BUCKET_SHARE_IN: in sched_bucket_to_perfcontrol_class()
|