MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / addThread

Method addThread

src/flightRecorder.cpp:1253–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251 }
1252
1253 void addThread(int tid) {
1254 if (!_thread_set.accept(tid)) {
1255 _thread_set.add(tid);
1256 }
1257 }
1258};
1259
1260char* Recording::_agent_properties = NULL;

Callers 1

recordEventMethod · 0.45

Calls 2

acceptMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected