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

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log_io_test.py 34 def do_work(): function in function:LogIOTest.test_enable_with_implicit_filename
42 do_work()
  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open01.c 131 /* do_work() is copied form performance_counter02.c */
134 static void do_work(void) function
177 do_work();
perf_event_open02.c 128 static void do_work(void) function
176 do_work();
295 do_work();
  /external/skia/src/core/
SkExecutor.cpp 96 SkAssertResult(this->do_work());
102 bool do_work() { function in class:final
122 } while (pool->do_work());
  /external/skia/tests/
TracingTest.cpp 76 static void do_work(int howMuchWork) { function
96 do_work(500);
104 do_work(500);
119 do_work(10);
133 do_work(10);
149 do_work(10);
162 do_work(100);
167 do_work(100);
178 do_work(100);
  /external/skqp/src/core/
SkExecutor.cpp 96 SkAssertResult(this->do_work());
102 bool do_work() { function in class:final
122 } while (pool->do_work());
  /external/skqp/tests/
TracingTest.cpp 76 static void do_work(int howMuchWork) { function
96 do_work(500);
104 do_work(500);
119 do_work(10);
133 do_work(10);
149 do_work(10);
162 do_work(100);
167 do_work(100);
178 do_work(100);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 59 void *do_work(void *arg) function
126 ret = pthread_create(&threads[i], &attr, do_work, NULL);
  /external/ltp/testcases/realtime/func/sched_jitter/
sched_jitter.c 104 void do_work(int runs) function
129 do_work(1); /* warm cache */
133 do_work(NUMLOOPS);
  /external/tensorflow/tensorflow/core/kernels/
sdca_ops.cc 255 auto do_work = [&](const int64 begin, const int64 end) { variable
273 weights_inputs.size(), kCostPerUnit, do_work);
sparse_cross_op.cc 330 auto do_work = [this, &columns, crosser, updater](int64 begin, int64 end) { variable
346 kCostPerUnit, do_work);
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-1.c 79 void do_work(unsigned granularity_top, volatile unsigned *progress) function
117 do_work(5, &tp->progress);
156 do_work(5, &tp->progress);
pitest-2.c 81 void do_work(unsigned granularity_top, volatile unsigned *progress) function
119 do_work(5, &tp->progress);
157 do_work(5, &tp->progress);
pitest-3.c 82 void do_work(unsigned granularity_top, volatile unsigned *progress) function
122 do_work(5, &tp->progress);
163 do_work(5, &tp->progress);
pitest-4.c 82 void do_work(unsigned granularity_top, volatile unsigned *progress) function
124 do_work(5, &tp->progress);
pitest-5.c 80 void do_work(unsigned granularity_top, volatile unsigned *progress) function
120 do_work(5, &tp->progress);
160 do_work(5, &tp->progress);
pitest-6.c 78 void do_work(unsigned granularity_top, volatile unsigned *progress) function
117 do_work(5, &tp->progress);
157 do_work(5, &tp->progress);
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_maps.c 975 static void do_work(int fn, void *data) function
1015 run_parallel(TASKS, do_work, data);
1038 run_parallel(TASKS, do_work, data);
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 373 auto do_work = [this, &columns, crosser, updater](int64 begin, int64 end) { variable
389 kCostPerUnit, do_work);
  /external/fio/t/
dedupe.c 278 static int do_work(struct worker_thread *thread, void *buf) function
323 if (do_work(thread, buf)) {
  /external/python/cpython3/Lib/test/
test_gc.py 623 def do_work(): function in function:GCTests.test_bug21435
630 do_work()
    [all...]

Completed in 665 milliseconds