#include "ScheduleContext.h"
Definition at line 19 of file ScheduleContext.h.
art::ScheduleContext::ScheduleContext |
( |
| ) |
|
|
explicitdefaultnoexcept |
Definition at line 10 of file ScheduleContext_service.cc.
References in_context_.
15 tbb::task* ct = &tbb::task::self();
16 detail::ScheduleTask* st{
nullptr};
17 while (ct !=
nullptr &&
18 (st = dynamic_cast<detail::ScheduleTask*>(ct)) ==
nullptr) {
21 return (st ? st->scheduleID() : ScheduleID());
std::atomic< flag_type > in_context_
bool art::ScheduleContext::resetContext |
( |
| ) |
|
|
inlineprivate |
bool art::ScheduleContext::setContext |
( |
| ) |
|
|
inlineprivate |
std::atomic<flag_type> art::ScheduleContext::in_context_ {false} |
|
private |
The documentation for this class was generated from the following files: