Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dthread_call.c94 } thread_call_groups[THREAD_CALL_INDEX_MAX] = { variable
265 return &thread_call_groups[index]; in thread_call_get_group()
534 thread_call_group_setup(&thread_call_groups[i]); in thread_call_initialize()
615 thread_call_group_t group = &thread_call_groups[THREAD_CALL_INDEX_HIGH]; in _internal_call_init()
640 thread_call_group_t group = &thread_call_groups[THREAD_CALL_INDEX_HIGH]; in _internal_call_allocate()
688 assert(group == &thread_call_groups[THREAD_CALL_INDEX_HIGH]); in _internal_call_release()
976 thread_call_group_t group = &thread_call_groups[THREAD_CALL_INDEX_HIGH]; in thread_call_func_cancel()
1531 assert((group - &thread_call_groups[0]) < THREAD_CALL_INDEX_MAX); in sched_call_thread()
1532 assert((group - &thread_call_groups[0]) > THREAD_CALL_INDEX_INVALID); in sched_call_thread()
1918 thread_call_group_t group = &thread_call_groups[i]; in thread_call_daemon_continue()
[all …]
/xnu-8792.41.9/tools/lldbmacros/
H A Dscheduler.py1332 group = addressof(kern.globals.thread_call_groups[i])