MCPcopy Create free account
hub / github.com/LouisBrunner/valgrind-macos / Join

Method Join

drd/tests/tsan_unittest.cpp:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 void Join() {
301 for(int i = 0; i < kSize; i++) {
302 if(ar_[i]) {
303 ar_[i]->Join();
304 }
305 }
306 }
307
308 ~MyThreadArray() {
309 for(int i = 0; i < kSize; i++) {

Callers 9

ParentFunction · 0.45
RunFunction · 0.45
WaiterFunction · 0.45
PublishRangeFunction · 0.45
TestTwoSizesFunction · 0.45
WorkerFunction · 0.45
Run1Function · 0.45
Worker_1Function · 0.45
Worker_2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected