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

  /external/valgrind/helgrind/
hg_wordset.c 260 static inline Bool is_dead ( WordSetU* wsu, WordVec* wv ) function
284 tl_assert(!is_dead(wsu,wv));
301 if (is_dead(wsu,wv))
334 tl_assert(is_dead(wsu,(WordVec*)wsu->ix2vec_free));
336 tl_assert(wsu->ix2vec[ws] == NULL || is_dead(wsu,wsu->ix2vec[ws]));
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 375 bool is_dead; member in struct:__tsan::ThreadState

Completed in 840 milliseconds