Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ signal
Method
signal
src/hx/thread/ConditionVariable.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void hx::thread::ConditionVariable_obj::signal()
48
{
49
impl->condition.notify_one();
50
}
51
52
void hx::thread::ConditionVariable_obj::broadcast()
53
{
Callers
1
__hxcpp_condition_signal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected