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

  /device/generic/goldfish/include/
qemu.h 33 char is_inited; member in struct:__anon3023
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 37 if (!thr->is_inited || thr->ignore_interceptors || thr->in_ignored_lib) \
tsan_malloc_mac.cc 24 #define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->is_inited)
tsan_interceptors_mac.cc 177 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) {
tsan_rtl_thread.cc 120 thr->is_inited = true;
tsan_interceptors.cc 199 (!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
    [all...]
tsan_rtl.cc 486 if (!thr->is_inited) // May happen during bootstrap.
tsan_rtl.h 403 bool is_inited; member in struct:__tsan::ThreadState
  /device/generic/goldfish/vibrator/
qemu.c 191 if (!channel->is_inited)
193 channel->is_inited = 1;
  /system/bt/btif/src/
btif_sock_l2cap.cc 200 static char is_inited(void) { function
888 if (!is_inited()) return BT_STATUS_NOT_READY;
    [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 321 milliseconds