MCPcopy 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_profileFunction · 0.45
read_presetsFunction · 0.45
find_firmwareFunction · 0.45
__init__Method · 0.45
mainFunction · 0.45
filldir.pyFile · 0.45
mainFunction · 0.45
vccFunction · 0.45
mainFunction · 0.45
clangFunction · 0.45
mainFunction · 0.45
stanseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected