| 131 | } |
| 132 | |
| 133 | uint UmtxChain::notify_one(const UmtxKey &key) { return notify_n(key, 1); } |
| 134 | |
| 135 | uint UmtxChain::notify_all(const UmtxKey &key) { |
| 136 | return notify_n(key, std::numeric_limits<sint>::max()); |
no outgoing calls
no test coverage detected