Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ join
Method
join
switch/source/thread.cpp:42–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void Threads::join(void)
43
{
44
if (gThreadLive) {
45
threadWaitForExit(&gThread);
46
threadClose(&gThread);
47
gThreadLive = false;
48
}
49
}
50
51
bool Threads::create(std::optional<size_t> stackSize, void (*entrypoint)(void))
52
{
Callers
6
main
Function · 0.45
fs_path
Method · 0.45
do_PROPFIND
Method · 0.45
do_GET
Method · 0.45
shutdown
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
3
fs_path
Method · 0.36
do_PROPFIND
Method · 0.36
do_GET
Method · 0.36