MCPcopy Create free account
hub / github.com/cameron314/readerwriterqueue / wait

Function wait

atomicops.h:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected