Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
inline void TaskThread::trigger()
145
{
146
flag.clear (std::memory_order_release);
147
}
148
149
inline void TaskThread::wait()
150
{
Callers
2
testThreading
Function · 0.80
demonstrateTaskThread
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
testThreading
Function · 0.64