Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ destroyForThread
Method
destroyForThread
src/cpuEngine.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
virtual int createForThread(int tid) { return -1; }
37
virtual void destroyForThread(int tid) {}
38
39
public:
40
const char* title() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected