Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ join
Method
join
uspace/lib/cpp/src/thread.cpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void thread::join()
89
{
90
if (joinable() && joinable_wrapper_)
91
joinable_wrapper_->join();
92
}
93
94
void thread::detach()
95
{
Callers
15
choose_profile
Function · 0.45
read_presets
Function · 0.45
find_firmware
Function · 0.45
__init__
Method · 0.45
main
Function · 0.45
filldir.py
File · 0.45
main
Function · 0.45
vcc
Function · 0.45
main
Function · 0.45
clang
Function · 0.45
main
Function · 0.45
stanse
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected