| 740 | } |
| 741 | |
| 742 | bool wait(std::int64_t timeout_usecs) AE_NO_TSAN |
| 743 | { |
| 744 | return tryWait() || waitWithPartialSpinning(timeout_usecs); |
| 745 | } |
| 746 | |
| 747 | void signal(ssize_t count = 1) AE_NO_TSAN |
| 748 | { |
nothing calls this directly
no outgoing calls
no test coverage detected