HomeSort by relevance Sort by last modified time
    Searched full:busy_ (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/common/libs/threads/
cuttlefish_thread_test.cpp 51 MutexTest() : busy_(NULL), stage_(0) {}
72 CHECK(busy_ == NULL);
73 busy_ = "FastThread";
76 busy_ = NULL;
80 CHECK(busy_ == NULL);
81 busy_ = "FastThread";
84 busy_ = NULL;
92 CHECK(busy_== NULL);
93 busy_ = "SlowThread";
97 busy_ = NULL
103 const char* busy_; member in class:MutexTest
    [all...]
  /external/webrtc/webrtc/base/
task.cc 25 busy_(false),
98 busy_ = true;
100 busy_ = false;
140 // needs to be executed (because busy_ must have been true when
145 if (!busy_) {
task.h 161 bool busy_; member in class:rtc::Task
  /system/bt/btif/src/
btif_profile_queue.cc 50 : address_(address), uuid_(uuid), busy_(false), connect_cb_(connect_cb) {}
55 (busy_) ? "true" : "false");
69 if (busy_) return BT_STATUS_SUCCESS;
70 busy_ = true;
77 bool busy_; member in class:ConnectNode

Completed in 309 milliseconds