Home
last modified time | relevance | path

Searched defs:thread_call_thread_state (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dthread_call.c157 struct thread_call_thread_state { struct
158 struct thread_call_group * thc_group;
159 struct thread_call * thc_call; /* debug only, may be deallocated */
160 uint64_t thc_call_start;
161 uint64_t thc_call_soft_deadline;
162 uint64_t thc_call_hard_deadline;
163 uint64_t thc_call_pending_timestamp;
164 uint64_t thc_IOTES_invocation_timestamp;
165 thread_call_func_t thc_func;
166 thread_call_param_t thc_param0;
[all …]