MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SignalThreadPool

Function SignalThreadPool

src/hx/gc/Immix.cpp:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608
609
610static inline void SignalThreadPool(std::condition_variable_any* ioSignal, bool sThreadSleeping)
611{
612 if (sThreadSleeping)
613 ioSignal->notify_one();
614}
615
616static void wakeThreadLocked(int inThreadId)
617{

Callers 4

wakeThreadLockedFunction · 0.85
completeThreadLockedMethod · 0.85
finishThreadJobMethod · 0.85
StartThreadJobsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected