Searched refs:is_inited (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h37 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
H A Dtsan_malloc_mac.cc24 #define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->is_inited)
H A Dtsan_interceptors_mac.cc177 if (!cur_thread()->is_inited) {
187 if (!cur_thread()->is_inited) {
199 if (!cur_thread()->is_inited) {
209 if (!cur_thread()->is_inited) {
219 if (!cur_thread()->is_inited) {
231 if (!cur_thread()->is_inited) {
H A Dtsan_rtl_thread.cc120 thr->is_inited = true;
H A Dtsan_interceptors.cc199 (!cur_thread()->is_inited)
261 if (!thr_->is_inited)
275 if (!thr_->is_inited)
462 if (!thr->is_inited) // called from libc guts during bootstrap
H A Dtsan_rtl.cc486 if (!thr->is_inited) // May happen during bootstrap.
H A Dtsan_rtl.h403 bool is_inited; member in struct:__tsan::ThreadState
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp6927 static int is_inited = 0; member in namespace:test308
6932 if (!is_inited) {
6934 if (!is_inited) {
6937 is_inited = 1;
6954 ANNOTATE_TRACE_MEMORY(&is_inited);
/external/valgrind/helgrind/
H A Dhg_main.c1860 void evh__new_mem_heap ( Addr a, SizeT len, Bool is_inited ) {
1863 (void*)a, len, (Int)is_inited );
1864 // We ignore the initialisation state (is_inited); that's ok.

Completed in 1707 milliseconds