Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Join
Function
Join
engine/dlib/src/dlib/thread_win32.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Join(Thread thread)
64
{
65
uint32_t ret = WaitForSingleObject(thread, INFINITE);
66
assert(ret == WAIT_OBJECT_0);
67
}
68
69
void Detach(Thread thread)
70
{
Callers
15
LogFinalize
Function · 0.70
JobSystemDestroy
Function · 0.70
GetHostByNameT
Function · 0.70
Delete
Function · 0.50
TEST
Function · 0.50
~ScopedMdnsTestResources
Method · 0.50
TEST
Function · 0.50
TEST_P
Function · 0.50
TYPED_TEST
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST
Function · 0.50
Calls
1
assert
Function · 0.50
Tested by
15
TEST
Function · 0.40
~ScopedMdnsTestResources
Method · 0.40
TEST
Function · 0.40
TEST_P
Function · 0.40
TYPED_TEST
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TEST_P
Function · 0.40
ProxyThreadedShutdownDuringHandshake
Function · 0.40