Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dthread_call.c95 } thread_call_groups[THREAD_CALL_INDEX_MAX] = { variable
266 return &thread_call_groups[index]; in thread_call_get_group()
535 thread_call_group_setup(&thread_call_groups[i]); in thread_call_initialize()
616 thread_call_group_t group = &thread_call_groups[THREAD_CALL_INDEX_HIGH]; in _internal_call_init()
641 thread_call_group_t group = &thread_call_groups[THREAD_CALL_INDEX_HIGH]; in _internal_call_allocate()
689 assert(group == &thread_call_groups[THREAD_CALL_INDEX_HIGH]); in _internal_call_release()
977 thread_call_group_t group = &thread_call_groups[THREAD_CALL_INDEX_HIGH]; in thread_call_func_cancel()
1532 assert((group - &thread_call_groups[0]) < THREAD_CALL_INDEX_MAX); in sched_call_thread()
1533 assert((group - &thread_call_groups[0]) > THREAD_CALL_INDEX_INVALID); in sched_call_thread()
1919 thread_call_group_t group = &thread_call_groups[i]; in thread_call_daemon_continue()
[all …]
/xnu-12377.61.12/tools/lldbmacros/
H A Dscheduler.py1265 group = addressof(kern.globals.thread_call_groups[i])