MCPcopy 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
13TEST(Thread, Detach)
14{
15 void *pThread = thread_init(Nothing, nullptr, "detach");
16 thread_detach(pThread);
17}
18
19static void SetToOne(void *pUser)
20{

Callers

nothing calls this directly

Calls 11

thread_initFunction · 0.85
thread_detachFunction · 0.85
thread_waitFunction · 0.85
thread_yieldFunction · 0.85
sphore_initFunction · 0.85
sphore_destroyFunction · 0.85
sphore_signalFunction · 0.85
sphore_waitFunction · 0.85
GetApproximateValueMethod · 0.80
SignalMethod · 0.80
WaitMethod · 0.45

Tested by

no test coverage detected