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

Function __hxcpp_condition_broadcast

src/hx/Thread.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 condition->signal();
281}
282void __hxcpp_condition_broadcast(Dynamic inCond)
283{
284 auto condition = inCond.Cast<hx::thread::ConditionVariable>();
285
286 condition->broadcast();
287}
288
289// --- Lock ------------------------------------------------------------
290

Callers

nothing calls this directly

Calls 1

broadcastMethod · 0.80

Tested by

no test coverage detected