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

Method wait

src/hx/thread/ConditionVariable.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void hx::thread::ConditionVariable_obj::wait()
41{
42 hx::AutoGCFreeZone zone;
43
44 impl->condition.wait(impl->mutex);
45}
46
47void hx::thread::ConditionVariable_obj::signal()
48{

Callers 4

__hxcpp_condition_waitFunction · 0.80
waitForThreadWakeMethod · 0.80
StopThreadJobsMethod · 0.80
StartThreadJobsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected