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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors_mac.cc 27 if (!cur_thread()->is_inited) {
37 if (!cur_thread()->is_inited) {
49 if (!cur_thread()->is_inited) {
59 if (!cur_thread()->is_inited) {
69 if (!cur_thread()->is_inited) {
81 if (!cur_thread()->is_inited) {
tsan_malloc_mac.cc 24 #define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->is_inited)
tsan_rtl_thread.cc 125 thr->is_inited = true;
tsan_rtl.cc 478 if (!thr->is_inited) // May happen during bootstrap.
tsan_rtl.h 375 bool is_inited; member in struct:__tsan::ThreadState
tsan_interceptors.cc 213 (!cur_thread()->is_inited)
469 if (!thr->is_inited) // called from libc guts during bootstrap
    [all...]
  /hardware/libhardware_legacy/
qemu.h 35 char is_inited; member in struct:__anon31164
  /hardware/libhardware_legacy/qemu/
qemu.c 191 if (!channel->is_inited)
193 channel->is_inited = 1;
  /system/bt/btif/src/
btif_sock_l2cap.c 213 static char is_inited(void) function
912 if (!is_inited())
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 6927 static int is_inited = 0; member in namespace:test308
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 420 milliseconds