Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void hx::thread::ConditionVariable_obj::wait()
41
{
42
hx::AutoGCFreeZone zone;
43
44
impl->condition.wait(impl->mutex);
45
}
46
47
void hx::thread::ConditionVariable_obj::signal()
48
{
Callers
4
__hxcpp_condition_wait
Function · 0.80
waitForThreadWake
Method · 0.80
StopThreadJobs
Method · 0.80
StartThreadJobs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected