| 139 | } |
| 140 | |
| 141 | void |
| 142 | Monitor::MonitorTask::start() |
| 143 | { |
| 144 | // Add the guard condition to the wait set. |
| 145 | this->waiter_->attach_condition( this->guardCondition_); |
| 146 | |
| 147 | this->open( 0); |
| 148 | } |
| 149 | |
| 150 | void |
| 151 | Monitor::MonitorTask::stop() |
nothing calls this directly
no test coverage detected