HomeSort by: relevance | last modified time | path
    Searched refs:is_freeing (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 69 CHECK(!thr->is_freeing);
70 thr->is_freeing = true;
72 thr->is_freeing = false;
135 CHECK(!thr->is_freeing);
136 thr->is_freeing = true;
138 thr->is_freeing = false;
tsan_rtl_report.cc 526 bool old_is_freeing = thr->is_freeing;
527 thr->is_freeing = false;
529 thr->is_freeing = old_is_freeing;
584 if (s1.IsAtomic() && thr->is_freeing)
tsan_rtl.cc 951 CHECK_EQ(thr->is_freeing, false);
952 thr->is_freeing = true;
954 thr->is_freeing = false;
tsan_rtl.h 421 bool is_freeing; member in struct:__tsan::ThreadState

Completed in 14 milliseconds