Searched defs:execution_tracker_t (Results 1 – 1 of 1) sorted by relevance
409 struct execution_tracker_t { struct410 execution_tracker_t() { reset(); } in execution_tracker_t() function411 void reset() { in reset()417 std::thread::id prioritized_work_submitter;418 std::atomic<bool> prioritized_work_started;419 bool prioritized_work_finished;420 bool prioritized_work_interrupted;