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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 30 CHECK(!thr->is_freeing);
31 thr->is_freeing = true;
33 thr->is_freeing = false;
57 CHECK(!thr->is_freeing);
58 thr->is_freeing = true;
60 thr->is_freeing = false;
tsan_rtl.cc 607 CHECK_EQ(thr->is_freeing, false);
608 thr->is_freeing = true;
610 thr->is_freeing = false;
tsan_rtl.h 438 bool is_freeing; member in struct:__tsan::ThreadState
tsan_rtl_report.cc 618 if (s1.IsAtomic() && thr->is_freeing)

Completed in 33 milliseconds