Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/readerwriterqueue
/ try_wait
Method
try_wait
atomicops.h:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
bool try_wait() AE_NO_TSAN
438
{
439
return WaitForSingleObject(m_hSema, 0) == 0;
440
}
441
442
bool timed_wait(std::uint64_t usecs) AE_NO_TSAN
443
{
Callers
1
waitWithPartialSpinning
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected