Searched refs:do_work (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/core/
H A DSkExecutor.cpp83 SkAssertResult(this->do_work());
89 bool do_work() { function in class:final
110 } while (pool->do_work());
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dlog_io_test.py34 def do_work(): function in function:LogIOTest.test_enable_with_implicit_filename
42 do_work()
/external/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c104 void do_work(int runs) function
129 do_work(1); /* warm cache */
133 do_work(NUMLOOPS);
/external/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open01.c131 /* do_work() is copied form performance_counter02.c */
134 static void do_work(void) function
176 do_work();
H A Dperf_event_open02.c128 static void do_work(void) function
176 do_work();
295 do_work();
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-6.c59 void *do_work(void *arg) function
126 ret = pthread_create(&threads[i], &attr, do_work, NULL);
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
H A Dpitest-1.c79 void do_work(unsigned granularity_top, volatile unsigned *progress) function
117 do_work(5, &tp->progress);
156 do_work(5, &tp->progress);
H A Dpitest-5.c80 void do_work(unsigned granularity_top, volatile unsigned *progress) function
120 do_work(5, &tp->progress);
160 do_work(5, &tp->progress);
H A Dpitest-6.c78 void do_work(unsigned granularity_top, volatile unsigned *progress) function
117 do_work(5, &tp->progress);
157 do_work(5, &tp->progress);
H A Dpitest-2.c81 void do_work(unsigned granularity_top, volatile unsigned *progress) function
119 do_work(5, &tp->progress);
157 do_work(5, &tp->progress);
H A Dpitest-3.c82 void do_work(unsigned granularity_top, volatile unsigned *progress) function
122 do_work(5, &tp->progress);
163 do_work(5, &tp->progress);
H A Dpitest-4.c82 void do_work(unsigned granularity_top, volatile unsigned *progress) function
124 do_work(5, &tp->progress);
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_maps.c455 static void do_work(int fn, void *data) function
495 run_parallel(TASKS, do_work, data);
517 run_parallel(TASKS, do_work, data);
/external/fio/t/
H A Ddedupe.c278 static int do_work(struct worker_thread *thread, void *buf) function
323 if (do_work(thread, buf)) {

Completed in 1269 milliseconds