Searched defs:thread_call_thread_state (Results 1 – 1 of 1) sorted by relevance
156 struct thread_call_thread_state { struct157 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 …]