Home
last modified time | relevance | path

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

123456789

/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...]
/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
/base/security/access_token/interfaces/kits/js/napi/accesstoken/include/
H A Dnapi_context_common.h44 napi_async_work work = nullptr; member
51 napi_async_work work = nullptr; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_hasimage_callback.cpp30 uv_work_t *work = nullptr; in OnReceiveValue() local
67 UvAfterWorkCb(uv_work_t* work, int status) UvAfterWorkCb() argument
[all...]
/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

Completed in 7 milliseconds

123456789