/third_party/skia/tests/ |
D | TracingTest.cpp | 77 static void do_work(int howMuchWork) { in do_work() function 97 do_work(500); in test_trace_simple() 105 do_work(500); in test_trace_simple() 120 do_work(10); in test_trace_counters() 132 do_work(10); in test_trace_counters() 146 do_work(10); in test_trace_counters() 159 do_work(100); in test_trace_objects() 164 do_work(100); in test_trace_objects() 175 do_work(100); in test_trace_objects()
|
/third_party/ltp/testcases/realtime/func/sched_jitter/ |
D | sched_jitter.c | 104 void do_work(int runs) in do_work() function 129 do_work(1); /* warm cache */ in thread_worker() 133 do_work(NUMLOOPS); in thread_worker()
|
/third_party/skia/src/core/ |
D | SkExecutor.cpp | 103 SkAssertResult(this->do_work()); in borrow() 109 bool do_work() { in do_work() function in SkThreadPool 129 } while (pool->do_work()); in Loop()
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
D | perf_event_open02.c | 107 static void do_work(int mult) in do_work() function 137 do_work(1); in count_hardware_counters() 140 do_work(1); in count_hardware_counters() 283 do_work(8); in verify()
|
D | perf_event_open01.c | 134 static void do_work(void) in do_work() function 177 do_work(); in verify()
|
/third_party/benchmark/test/ |
D | perf_counters_gtest.cc | 98 size_t do_work() { in do_work() function 109 auto work = [&]() { BM_CHECK(do_work() > 1000); }; in measure()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-6.c | 57 static void *do_work(void *arg) in do_work() function 124 ret = pthread_create(&threads[i], &attr, do_work, NULL); in run_hp_threads()
|
/third_party/pulseaudio/src/pulsecore/ |
D | ioline.c | 377 static void do_work(pa_ioline *l) { in do_work() function 404 do_work(l); in io_callback() 415 do_work(l); in defer_callback()
|
D | protocol-simple.c | 239 static void do_work(connection *c) { in do_work() function 286 do_work(c); in connection_process_msg() 292 do_work(c); in connection_process_msg() 469 do_work(c); in io_callback()
|
D | protocol-http.c | 173 static void do_work(struct connection *c) { in do_work() function 209 do_work(c); in source_output_process_msg() 267 do_work(c); in io_callback()
|
D | protocol-esound.c | 1237 static void do_work(connection *c) { in do_work() function 1284 do_work(c); in io_callback() 1293 do_work(c); in defer_callback() 1305 do_work(c); in connection_process_msg() 1311 do_work(c); in connection_process_msg()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
D | runtests.py | 255 do_work(queue) 263 def do_work(queue): function
|
/third_party/python/Doc/library/ |
D | multiprocessing.shared_memory.rst | 245 ... p1 = Process(target=do_work, args=(sl, 0, 1000)) 246 ... p2 = Process(target=do_work, args=(sl, 1000, 2000))
|
D | os.rst | 3364 do_work()
|
/third_party/python/Lib/test/ |
D | test_gc.py | 653 def do_work(): function 660 do_work()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 44530 io_wq_work_fn *do_work; member 45301 io_wq_work_fn *do_work; member
|