Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ TEST
Function
TEST
src/test/thread_test.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
TEST(Thread, Detach)
14
{
15
void *pThread = thread_init(Nothing, nullptr,
"detach"
);
16
thread_detach(pThread);
17
}
18
19
static void SetToOne(void *pUser)
20
{
Callers
nothing calls this directly
Calls
11
thread_init
Function · 0.85
thread_detach
Function · 0.85
thread_wait
Function · 0.85
thread_yield
Function · 0.85
sphore_init
Function · 0.85
sphore_destroy
Function · 0.85
sphore_signal
Function · 0.85
sphore_wait
Function · 0.85
GetApproximateValue
Method · 0.80
Signal
Method · 0.80
Wait
Method · 0.45
Tested by
no test coverage detected