Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/node/deps/uv/include/uv/
H A Dthreadpool.h31 void (*work)(struct uv__work *w); member
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_callback_object.cpp37 std::shared_ptr<uv_work_t> work = std::make_shared<uv_work_t>(); in ~JSCallbackObject() local
/base/request/request/frameworks/js/napi/src/
H A Djs_response_listener.cpp57 uv_work_t *work = new (std::nothrow) uv_work_t; in OnResponseReceive() local
H A Duv_queue.cpp25 uv_work_t *work = new (std::nothrow) uv_work_t; in Call() local
48 void UvQueue::UvDelete(uv_work_t *work, int status) in UvDelete() argument
/base/telephony/core_service/frameworks/js/napi/
H A Dbase_context.h29 napi_async_work work = nullptr; member
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Devent_listener.h32 napi_async_work work = nullptr; member
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Duv_queue.cpp29 uv_work_t *work = new (std::nothrow) uv_work_t; in Call() local
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Duv_queue.cpp28 uv_work_t *work = new (std::nothrow) uv_work_t; in Call() local
/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
/base/location/interfaces/inner_api/include/
H A Dasync_context.h27 napi_async_work work; member in OHOS::Location::AsyncContext
/base/account/os_account/interfaces/kits/napi/distributedaccount/include/
H A Dnapi_distributed_account.h29 napi_async_work work = nullptr; member
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator_callback.h44 napi_async_work work; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Djs_ans_dialog_callback.cpp78 auto work = std::make_unique<uv_work_t>(); in ProcessDialogStatusChanged() local
[all...]
/base/web/webview/interfaces/kits/napi/webfunction/
H A Dwebview_web_inited_callback.cpp23 void UvWebInitedCallbackThreadWoker(uv_work_t *work, int status) in UvWebInitedCallbackThreadWoker() argument
60 uv_work_t *work = nullptr; RunInitedCallback() local
[all...]
/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

Completed in 6 milliseconds

12345678910>>...16