Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dthread_call.c249 thread_call_index_t index = call->tc_index; in thread_call_get_group()
574 call->tc_index = THREAD_CALL_INDEX_HIGH; in thread_call_setup_with_options()
577 call->tc_index = THREAD_CALL_INDEX_KERNEL; in thread_call_setup_with_options()
580 call->tc_index = THREAD_CALL_INDEX_USER; in thread_call_setup_with_options()
583 call->tc_index = THREAD_CALL_INDEX_LOW; in thread_call_setup_with_options()
586 call->tc_index = THREAD_CALL_INDEX_KERNEL_HIGH; in thread_call_setup_with_options()
1038 call->tc_index = THREAD_CALL_INDEX_HIGH; in thread_call_allocate_with_qos()
1041 call->tc_index = THREAD_CALL_INDEX_USER; in thread_call_allocate_with_qos()
1045 call->tc_index = THREAD_CALL_INDEX_LOW; in thread_call_allocate_with_qos()
1048 call->tc_index = THREAD_CALL_INDEX_QOS_UT; in thread_call_allocate_with_qos()
[all …]
H A Dthread_call.h382 thread_call_index_t tc_index; member