MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / signal

Method signal

source/core/StarThread_unix.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void ConditionVariable::signal() {
388 m_impl->signal();
389}
390
391void ConditionVariable::broadcast() {
392 m_impl->broadcast();

Callers 9

renderMethod · 0.45
~RootMethod · 0.45
readAudioDataMethod · 0.45
queueWorkMethod · 0.45
readUnlockMethod · 0.45
writeUnlockMethod · 0.45
queueAssetMethod · 0.45
tryAssetMethod · 0.45
loadAssetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected