Home
last modified time | relevance | path

Searched defs:work (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/node/deps/uv/include/uv/
H A Dthreadpool.h31 void (*work)(struct uv__work *w); member
/third_party/gn/src/util/
H A Dmsg_loop.cc54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask() argument
H A Dworker_pool.cc67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask() argument
/third_party/pulseaudio/src/tests/
H A Drtstutter.c54 static void work(void *p) { in work() function
/third_party/libuv/test/
H A Dbenchmark-queue-work.c51 uv_work_t work; in BENCHMARK_IMPL() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dthreadpool.c142 _mesa_threadpool_queue_task(struct threadpool *pool, threadpool_task_func work, void *data) _mesa_threadpool_queue_task() argument
[all...]
H A Dthreadpool.h46 threadpool_task_func work; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c130 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 Dlp_cs_tpool.h62 lp_cs_tpool_task_func work; member
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c87 struct work_struct *work = NULL; in irq_bottom_half() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.h29 struct list_head work; member
H A Dnouveau_fence.c49 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 Dtimes03.c40 static void work(void) in work() function
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go66 type work struct { type
[all...]
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk204 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 Dinflate9.h45 unsigned short work[288]; /* work area for code table building */ member
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc220 auto work = [&]() { BM_CHECK(do_work() > 1000); }; in measure() local
/third_party/libuv/include/uv/
H A Dthreadpool.h51 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 Dbinding.c87 static void NoopWork(uv_work_t* work) { (void) work; } in NoopWork() argument
/third_party/ltp/testcases/realtime/func/thread_clock/
H A Dtc-2.c80 void work(void) in work() function
/third_party/skia/src/core/
H A DSkExecutor.cpp110 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 DParallel.cpp93 void work() { in work() function in llvm::parallel::detail::__anon24328::ThreadPoolExecutor
/third_party/rust/crates/nom/src/branch/
H A Dtests.rs49 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() functions
/third_party/ffmpeg/libavfilter/
H A Dframerate.h56 AVFrame *work; member
/third_party/gn/src/gn/
H A Dscheduler.cc58 void Scheduler::ScheduleWork(std::function<void()> work) { in ScheduleWork() argument

Completed in 8 milliseconds

12345