Searched refs:__active (Results 1 – 2 of 2) sorted by relevance
92 auto& __active = this->__scope_->__active_; in start() local94 if (__active != 0) in start()182 auto& __active = __scope->__active_; in __complete() local183 if (--__active == 0) in __complete()268 auto& __active = this->__scope_->__active_; in start() local269 ++__active; in start()
37 #define for_each_suitable_policy(__policy, __active) \ argument39 if ((__active) == !policy_is_inactive(__policy))