Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Parent
Function · 0.45
Run
Function · 0.45
Waiter
Function · 0.45
PublishRange
Function · 0.45
TestTwoSizes
Function · 0.45
Worker
Function · 0.45
Run1
Function · 0.45
Worker_1
Function · 0.45
Worker_2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected