/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
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/ |
H A D | mali_kbase_rk.h | 42 struct delayed_work work; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/ |
H A D | mali_kbase_rk.h | 40 struct delayed_work work; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/ |
H A D | mali_kbase_rk.h | 40 struct delayed_work work; member
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_sync_helper.h | 76 struct work_struct work; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/ |
H A D | mali_kbase_rk.h | 40 struct delayed_work work; member
|
/device/soc/rockchip/rk3588/kernel/include/drm/ |
H A D | drm_sync_helper.h | 78 struct work_struct work; member
|
/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
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_workqueue.c | 27 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 D | osal_workqueue.c | 28 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 D | hi_workqueue.h | 45 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 D | rockchip_dmc_common.c | 61 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 D | arm_core_scaling.c | 28 static void set_num_cores(struct work_struct *work) in set_num_cores() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc_common.c | 63 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 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
|
/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...] |