| 99 | } |
| 100 | |
| 101 | void __assoc_sub_state::copy() { |
| 102 | unique_lock<mutex> __lk(__mut_); |
| 103 | __sub_wait(__lk); |
| 104 | if (__exception_ != nullptr) |
| 105 | rethrow_exception(__exception_); |
| 106 | } |
| 107 | |
| 108 | void __assoc_sub_state::wait() { |
| 109 | unique_lock<mutex> __lk(__mut_); |
no outgoing calls
no test coverage detected