Lines Matching refs:task_group_status
422 enum task_group_status { enum
499 task_group_status internal_run_and_wait(const F& f) { in internal_run_and_wait()
513 task_group_status internal_run_and_wait(d2::task_handle&& h) { in internal_run_and_wait()
579 task_group_status wait() { in wait()
622 task_group_status run_and_wait(const F& f) { in run_and_wait()
626 task_group_status run_and_wait(d2::task_handle&& h) { in run_and_wait()
652 task_group_status& status;
654 wait_delegate(task_group& a_group, task_group_status& tgs) in wait_delegate()
666 run_wait_delegate(task_group& a_group, F& a_func, task_group_status& tgs) in run_wait_delegate()
696 task_group_status run_and_wait( const F& f ) { in run_and_wait()
697 task_group_status result = not_complete; in run_and_wait()
704 task_group_status wait() { in wait()
705 task_group_status result = not_complete; in wait()
729 using detail::d1::task_group_status;