Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Clean
Method
Clean
src/hx/Thread.cpp:30–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
if (d) d->Clean();
29
}
30
void Clean()
31
{
32
#ifdef HX_WINDOWS
33
mMutex.Clean();
34
#endif
35
mSemaphore.Clean();
36
}
37
38
#ifdef HXCPP_VISIT_ALLOCS
39
void __Visit(hx::VisitContext *__inCtx) HXCPP_OVERRIDE
Callers
2
clean
Method · 0.45
clean
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected