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

  /art/runtime/
thread_pool.h 85 void Wait(Thread* self, bool do_work, bool may_hold_locks);
thread_pool.cc 178 void ThreadPool::Wait(Thread* self, bool do_work, bool may_hold_locks) {
179 if (do_work) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 698 static u64 do_work(u8 *__data, long bytes, int nr, int nr_max, int loop, u64 val) function
1079 val += do_work(global_data, g->p.bytes_global, process_nr, g->p.nr_proc, l, val);
1080 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val);
1081 val += do_work(thread_data, g->p.bytes_thread, 0, 1, l, val);
1093 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val);
    [all...]

Completed in 182 milliseconds