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

  /external/valgrind/coregrind/
vgdb.h 74 extern Bool shutting_down;
vgdb.c 77 Bool shutting_down = False; variable
202 /* This function loops till shutting_down becomes true. In this loop,
226 while (!shutting_down) {
442 shutting_down = True;
466 shutting_down = True;
681 shutting_down = True;
684 shutting_down = True;
866 (shutting_down ?
874 shutting_down = True;
884 shutting_down = True
    [all...]
vgdb-invoker-ptrace.c 273 shutting_down = True;
    [all...]
  /external/webrtc/webrtc/base/
event_tracer.cc 109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); local
132 if (shutting_down)
  /art/runtime/base/
mutex.cc 333 bool shutting_down = IsShuttingDown(); local
336 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " << exclusive_owner_;
339 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found an owner on unlocked mutex "
343 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found a contender on mutex " << name_;
354 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
543 bool shutting_down = runtime == nullptr || runtime->IsShuttingDownLocked();
544 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
769 bool shutting_down = runtime == nullptr || runtime->IsShuttingDown(Thread::Current()); local
770 LOG(shutting_down ? WARNING : FATAL) << "ConditionVariable::~ConditionVariable for " << name_
781 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDownLocked()
    [all...]
  /art/runtime/
scoped_thread_state_change.h 66 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); variable
67 CHECK(shutting_down); variable
  /external/libevent/
listener.c 97 unsigned shutting_down : 1; member in struct:evconnlistener_iocp
765 if (! lev_iocp->shutting_down) {
766 lev_iocp->shutting_down = 1;

Completed in 333 milliseconds