Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dthread_call.c250 thread_call_index_t index = call->tc_index; in thread_call_get_group()
575 call->tc_index = THREAD_CALL_INDEX_HIGH; in thread_call_setup_with_options()
578 call->tc_index = THREAD_CALL_INDEX_KERNEL; in thread_call_setup_with_options()
581 call->tc_index = THREAD_CALL_INDEX_USER; in thread_call_setup_with_options()
584 call->tc_index = THREAD_CALL_INDEX_LOW; in thread_call_setup_with_options()
587 call->tc_index = THREAD_CALL_INDEX_KERNEL_HIGH; in thread_call_setup_with_options()
1039 call->tc_index = THREAD_CALL_INDEX_HIGH; in thread_call_allocate_with_qos()
1042 call->tc_index = THREAD_CALL_INDEX_USER; in thread_call_allocate_with_qos()
1046 call->tc_index = THREAD_CALL_INDEX_LOW; in thread_call_allocate_with_qos()
1049 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