MCPcopy Create free account
hub / github.com/Tracktion/choc / trigger

Method trigger

choc/threading/choc_TaskThread.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144inline void TaskThread::trigger()
145{
146 flag.clear (std::memory_order_release);
147}
148
149inline void TaskThread::wait()
150{

Callers 2

testThreadingFunction · 0.80
demonstrateTaskThreadFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

testThreadingFunction · 0.64