Searched refs:thread_call_groups (Results 1 – 2 of 2) sorted by relevance
95 } thread_call_groups[THREAD_CALL_INDEX_MAX] = { variable266 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 …]
1265 group = addressof(kern.globals.thread_call_groups[i])