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

Method timed_wait

atomicops.h:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 bool timed_wait(std::uint64_t usecs) AE_NO_TSAN
443 {
444 return WaitForSingleObject(m_hSema, (unsigned long)(usecs / 1000)) == 0;
445 }
446
447 void signal(int count = 1) AE_NO_TSAN
448 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected