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

Method MacThreadList

src/os_macos.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 public:
45 MacThreadList() {
46 _task = mach_task_self();
47 _thread_array = NULL;
48 task_threads(_task, &_thread_array, &_count);
49 }
50
51 ~MacThreadList() {
52 deallocate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected