MCPcopy 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

signalFunction · 0.80
inner_enqueueMethod · 0.80
inner_dequeueMethod · 0.80
inner_popMethod · 0.80

Calls 1

signalFunction · 0.85

Tested by

no test coverage detected