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

  /device/generic/goldfish/include/
qemu.h 33 char is_inited; member in struct:__anon1649
  /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
  /external/libxcam/modules/ocl/
cl_device.h 56 bool is_inited () const { function in class:XCam::CLDevice
cl_device.cpp 41 if (_instance->is_inited() &&
cl_context.cpp 166 if (!_device->is_inited()) {
  /device/generic/goldfish/vibrator/
qemu.c 191 if (!channel->is_inited)
193 channel->is_inited = 1;
  /external/tensorflow/tensorflow/cc/framework/
cc_ops_test.cc 134 auto is_inited = local
148 // Hence is_inited should be false.
149 test::GetTensors(root, {sub, is_inited}, &out);
  /system/bt/btif/src/
btif_sock_l2cap.cc 195 static char is_inited(void) { function
826 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 286 milliseconds