Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ QSet
Method
QSet
include/hx/Thread.h:232–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
}
232
void QSet()
233
{
234
mSet = true;
235
pthread_cond_signal( mCondition );
236
}
237
void Reset()
238
{
239
AutoLock lock(mMutex);
Callers
3
PushBack
Method · 0.80
PushFront
Method · 0.80
PopFront
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected