Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ native_handle
Method
native_handle
uspace/lib/cpp/src/condition_variable.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
condition_variable::native_handle_type condition_variable::native_handle()
60
{
61
return &cv_;
62
}
63
64
condition_variable_any::condition_variable_any()
65
: cv_{}
Callers
1
wait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected