Home
last modified time | relevance | path

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

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