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 70 CHECK(!thr->is_freeing);
71 thr->is_freeing = true;
73 thr->is_freeing = false;
94 CHECK(!thr->is_freeing);
95 thr->is_freeing = true;
97 thr->is_freeing = false;
tsan_rtl_report.cc 511 bool old_is_freeing = thr->is_freeing;
512 thr->is_freeing = false;
514 thr->is_freeing = old_is_freeing;
565 if (s1.IsAtomic() && thr->is_freeing)
tsan_rtl.cc 890 CHECK_EQ(thr->is_freeing, false);
891 thr->is_freeing = true;
893 thr->is_freeing = false;
tsan_rtl.h 377 bool is_freeing; member in struct:__tsan::ThreadState

Completed in 1455 milliseconds