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

  /external/valgrind/main/none/tests/
tls.c 11 static int race; variable
20 return ∽̱
76 T(race),
  /external/valgrind/tsan/
ts_race_verifier.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
51 // whether this race has already been reported
55 // pc -> race
95 PossibleRace* race = it->second; local
96 if (race->reported)
98 if (race->pc >= min_pc && race->pc <= max_pc) {
100 // Two race candidates in one trace. Just instrument it fully.
104 pc = race->pc;
106 for (vector<uintptr_t>::iterator it2 = race->traces.begin()
181 PossibleRace* race = FindRaceForAddr(addr); local
293 PossibleRace* race = new PossibleRace(); local
324 PossibleRace* race = ParseRaceInfo(raceInfo); local
377 PossibleRace* race = ParseRaceInfo(raceInfo); local
    [all...]

Completed in 97 milliseconds