MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / start

Method start

deps/memkind/src/test/allocator_perf_tool/Thread.hpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void start()
76 {
77 for (int i=0; i<threads.size(); i++) {
78 threads[i]->start();
79 }
80 }
81
82 void barrier()
83 {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected