MCPcopy 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
42void Threads::join(void)
43{
44 if (gThreadLive) {
45 threadWaitForExit(&gThread);
46 threadClose(&gThread);
47 gThreadLive = false;
48 }
49}
50
51bool Threads::create(std::optional<size_t> stackSize, void (*entrypoint)(void))
52{

Callers 6

mainFunction · 0.45
fs_pathMethod · 0.45
do_PROPFINDMethod · 0.45
do_GETMethod · 0.45
shutdownMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

fs_pathMethod · 0.36
do_PROPFINDMethod · 0.36
do_GETMethod · 0.36