Home
last modified time | relevance | path

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

12345678910>>...12

/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
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_rk.h42 struct delayed_work work; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_rk.h40 struct delayed_work work; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_rk.h40 struct delayed_work work; member
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_sync_helper.h76 struct work_struct work; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_rk.h40 struct delayed_work work; member
/device/soc/rockchip/rk3588/kernel/include/drm/
H A Ddrm_sync_helper.h78 struct work_struct work; member
/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
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_workqueue.c27 struct work_struct *work; member
31 static struct osal_work_struct *osal_find_work(struct work_struct *work) in osal_find_work() argument
48 static int osal_del_work(struct work_struct *work) in osal_del_work() argument
69 osal_work_func(struct work_struct *work) osal_work_func() argument
77 osal_init_work(struct osal_work_struct *work, osal_work_func_t func) osal_init_work() argument
104 osal_schedule_work(struct osal_work_struct *work) osal_schedule_work() argument
114 osal_destroy_work(struct osal_work_struct *work) osal_destroy_work() argument
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_workqueue.c28 struct work_struct *work; member
32 static osal_workqueue *osal_find_work(struct work_struct *work) in osal_find_work() argument
55 static int osal_del_work(struct work_struct *work) in osal_del_work() argument
81 osal_work_handler(struct work_struct *work) osal_work_handler() argument
89 osal_workqueue_init(osal_workqueue *work, osal_workqueue_handler handler) osal_workqueue_init() argument
121 osal_workqueue_schedule(osal_workqueue *work) osal_workqueue_schedule() argument
131 osal_workqueue_destroy(osal_workqueue *work) osal_workqueue_destroy() argument
141 osal_workqueue_flush(osal_workqueue *work) osal_workqueue_flush() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_workqueue.h45 inline hi_void hi_workqueue_init_work(hi_work *work, work_func func) in hi_workqueue_init_work() argument
51 inline hi_s32 hi_workqueue_add_work(hi_workqueue *workqueue, hi_work *work) in hi_workqueue_add_work() argument
57 inline hi_bool hi_workqueue_cancle_work_sync(hi_work *work) in hi_workqueue_cancle_work_sync() argument
63 hi_workqueue_is_busy(hi_work *work) hi_workqueue_is_busy() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc_common.c61 static void set_msch_rl_work(struct work_struct *work) in set_msch_rl_work() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Darm_core_scaling.c28 static void set_num_cores(struct work_struct *work) in set_num_cores() argument
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc_common.c63 static void set_msch_rl_work(struct work_struct *work) in set_msch_rl_work() argument
/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
/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...]

Completed in 11 milliseconds

12345678910>>...12