Searched refs:thread_call_group_t (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.c77 typedef struct thread_call_group *thread_call_group_t; typedef in typeref:struct:thread_call_group
97 static __inline__ boolean_t _pending_call_enqueue(thread_call_t call, thread_call_group_t group);
98 static __inline__ boolean_t _delayed_call_enqueue(thread_call_t call, thread_call_group_t group, uint64_t deadline);
99 static __inline__ boolean_t _call_dequeue(thread_call_t call, thread_call_group_t group);
100 static __inline__ void thread_call_wake(thread_call_group_t group);
101 static __inline__ void _set_delayed_call_timer(thread_call_t call, thread_call_group_t group);
105 static void thread_call_thread(thread_call_group_t group, wait_result_t wres);
108 static void thread_call_group_setup(thread_call_group_t group, thread_call_priority_t pri, uint32_t target_thread_count, boolean_t parallel);
110 static void thread_call_start_deallocate_timer(thread_call_group_t group);
156 group_isparallel(thread_call_group_t grou
[all...]

Completed in 13 milliseconds