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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 158 bool stop_work() { function in class:__anon20191::BusyThread
162 void set_stop_work(bool stop_work) {
164 stop_work_ = stop_work;
175 while (!stop_work()) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 158 bool stop_work() { function in class:__anon20234::BusyThread
162 void set_stop_work(bool stop_work) {
164 stop_work_ = stop_work;
175 while (!stop_work()) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 139 bool stop_work; member in struct:global_info
985 g->stop_work = true;
1076 if (g->stop_work)
1114 g->stop_work = true;
    [all...]

Completed in 83 milliseconds