/third_party/node/deps/uv/include/uv/ |
H A D | threadpool.h | 31 void (*work)(struct uv__work *w); member
|
/third_party/gn/src/util/ |
H A D | msg_loop.cc | 54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask() argument
|
H A D | worker_pool.cc | 67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask() argument
|
/third_party/pulseaudio/src/tests/ |
H A D | rtstutter.c | 54 static void work(void *p) { in work() function
|
/third_party/libuv/test/ |
H A D | benchmark-queue-work.c | 51 uv_work_t work; in BENCHMARK_IMPL() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | threadpool.c | 142 _mesa_threadpool_queue_task(struct threadpool *pool, threadpool_task_func work, void *data) _mesa_threadpool_queue_task() argument [all...] |
H A D | threadpool.h | 46 threadpool_task_func work; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_cs_tpool.c | 130 lp_cs_tpool_queue_task(struct lp_cs_tpool *pool, lp_cs_tpool_task_func work, void *data, int num_iters) lp_cs_tpool_queue_task() argument
|
H A D | lp_cs_tpool.h | 62 lp_cs_tpool_task_func work; member
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_interrupt.c | 87 struct work_struct *work = NULL; in irq_bottom_half() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_fence.h | 29 struct list_head work; member
|
H A D | nouveau_fence.c | 49 struct nouveau_fence_work *work, *tmp; in nouveau_fence_trigger_work() local 278 struct nouveau_fence_work *work; nouveau_fence_work() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/times/ |
H A D | times03.c | 40 static void work(void) in work() function
|
/third_party/skia/tools/fm/fm_bot/ |
H A D | fm_bot.go | 66 type work struct { type [all...] |
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 204 work := $(strip $(shell $(CAT) \ macro 206 work := $(subst |,x,$(work)) macro 207 work := $(subst $(space),|,$(work)) macro 208 work := $(subst \#define|FREETYPE_MAJOR|,$(space),$(work)) macro 209 work := $(word 2,$(work)) macro 213 work := $(subst \\#define|FREETYPE_MINOR|,$(space),$(work)) global() macro 214 work := $(word 2,$(work)) global() macro 218 work := $(subst \\#define|FREETYPE_PATCH|,$(space),$(work)) global() macro 219 work := $(word 2,$(work)) global() macro [all...] |
/third_party/zlib/contrib/infback9/ |
H A D | inflate9.h | 45 unsigned short work[288]; /* work area for code table building */ member
|
/third_party/benchmark/test/ |
H A D | perf_counters_gtest.cc | 220 auto work = [&]() { BM_CHECK(do_work() > 1000); }; in measure() local
|
/third_party/libuv/include/uv/ |
H A D | threadpool.h | 51 struct uv__work* work; member 57 void (*work)(struct uv__statistic_work *w); member 66 void (*work)(struct uv__work *w); member
|
/third_party/node/test/node-api/test_callback_scope/ |
H A D | binding.c | 87 static void NoopWork(uv_work_t* work) { (void) work; } in NoopWork() argument
|
/third_party/ltp/testcases/realtime/func/thread_clock/ |
H A D | tc-2.c | 80 void work(void) in work() function
|
/third_party/skia/src/core/ |
H A D | SkExecutor.cpp | 110 std::function<void(void)> work; do_work() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Parallel.cpp | 93 void work() { in work() function in llvm::parallel::detail::__anon24328::ThreadPoolExecutor
|
/third_party/rust/crates/nom/src/branch/ |
H A D | tests.rs | 49 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() functions
|
/third_party/ffmpeg/libavfilter/ |
H A D | framerate.h | 56 AVFrame *work; member
|
/third_party/gn/src/gn/ |
H A D | scheduler.cc | 58 void Scheduler::ScheduleWork(std::function<void()> work) { in ScheduleWork() argument
|