HomeSort by relevance Sort by last modified time
    Searched refs:TopFunction (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/tsan/
race_top_suppression.cc 1 // RUN: echo "race_top:TopFunction" > %t.supp
9 void TopFunction(int *p) {
15 TopFunction(&Global);
race_top_suppression1.cc 1 // RUN: echo "race_top:TopFunction" > %t.supp
13 void TopFunction(int *p) {
19 TopFunction(&Global);

Completed in 87 milliseconds