MCPcopy 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

PushBackMethod · 0.80
PushFrontMethod · 0.80
PopFrontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected