Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/readerwriterqueue
/ signal
Method
signal
atomicops.h:447–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
void signal(int count = 1) AE_NO_TSAN
448
{
449
while (!ReleaseSemaphore(m_hSema, count, nullptr));
450
}
451
};
452
#elif defined(__MACH__)
453
//---------------------------------------------------------
Callers
5
BlockingReaderWriterQueue
Class · 0.80
signal
Function · 0.80
inner_enqueue
Method · 0.80
inner_dequeue
Method · 0.80
inner_pop
Method · 0.80
Calls
1
signal
Function · 0.85
Tested by
no test coverage detected