Home
last modified time | relevance | path

Searched refs:tc_index (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dthread_call.c248 thread_call_index_t index = call->tc_index; in thread_call_get_group()
553 call->tc_index = THREAD_CALL_INDEX_HIGH; in thread_call_setup_with_options()
556 call->tc_index = THREAD_CALL_INDEX_KERNEL; in thread_call_setup_with_options()
559 call->tc_index = THREAD_CALL_INDEX_USER; in thread_call_setup_with_options()
562 call->tc_index = THREAD_CALL_INDEX_LOW; in thread_call_setup_with_options()
565 call->tc_index = THREAD_CALL_INDEX_KERNEL_HIGH; in thread_call_setup_with_options()
1013 call->tc_index = THREAD_CALL_INDEX_HIGH; in thread_call_allocate_with_qos()
1016 call->tc_index = THREAD_CALL_INDEX_USER; in thread_call_allocate_with_qos()
1020 call->tc_index = THREAD_CALL_INDEX_LOW; in thread_call_allocate_with_qos()
1023 call->tc_index = THREAD_CALL_INDEX_QOS_UT; in thread_call_allocate_with_qos()
[all …]
H A Dthread_call.h380 thread_call_index_t tc_index; member