Home
last modified time | relevance | path

Searched defs:work (Results 26 - 50 of 328) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/gallium/frontends/nine/
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
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_update_callback_napi.cpp85 void IntellVoiceUpdateCallbackNapi::UvWorkCallBack(uv_work_t *work, int status) in UvWorkCallBack() argument
103 uv_work_t *work = new (std::nothrow) uv_work_t; in OnJsCallBack() local
[all...]
H A Denroll_intell_voice_engine_callback_napi.cpp164 void EnrollIntellVoiceEngineCallbackNapi::UvWorkCallBack(uv_work_t *work, int status) in UvWorkCallBack() argument
187 uv_work_t *work = new (std::nothrow) uv_work_t; in OnJsCallBack() local
[all...]
H A Dengine_event_callback_napi.cpp112 uv_work_t *work = new (nothrow) uv_work_t; in OnJsCallbackEngineEvent() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp137 AsyncWork *work = reinterpret_cast<AsyncWork *>(innerMsg->data); in HandleEventLoop() local
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp111 std::shared_ptr<WorkInfo> work; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp76 void InterfaceStateObserver::IfaceChangedCallback(uv_work_t *work, int status) in IfaceChangedCallback() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dmdns_callback_observer.h58 template <napi_value (*MakeJsValue)(napi_env, void *)> static void CallbackTemplate(uv_work_t *work, int32_t status) in CallbackTemplate() argument
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Duv_queue.cpp43 uv_work_t* work = new (std::nothrow) uv_work_t; in AsyncCall() local
67 Work(uv_work_t* work, int uvStatus) Work() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Duv_queue.cpp43 uv_work_t* work = new (std::nothrow) uv_work_t; in AsyncCall() local
67 Work(uv_work_t* work, int uvStatus) Work() 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
/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
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_async_work.h52 napi_async_work work = nullptr; member
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_observer.cpp63 uv_work_t* work = new uv_work_t; in SafeReleaseJSCallback() local
112 OnChangeJSThreadWorker(uv_work_t *work, int status) OnChangeJSThreadWorker() argument
182 uv_work_t *work = new uv_work_t; OnChange() local
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_callback.cpp46 void NapiCallback::AfterWorkCallback(uv_work_t *work, int status) in AfterWorkCallback() argument
93 auto *work = new (std::nothrow) uv_work_t; in Call() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/device/
H A Djs_device.cpp26 napi_async_work work = nullptr; member
/foundation/arkui/napi/sample/native_module_callback/
H A Djs_callback.cpp34 uv_work_t* work = new uv_work_t; in callbackTest() local
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_session_callback.cpp62 void NapiAudioSessionCallback::WorkCallbackAudioSessionChangeDone(uv_work_t *work, int status) in WorkCallbackAudioSessionChangeDone() argument
109 uv_work_t *work = new(std::nothrow) uv_work_t; in OnJsCallbackAudioSession() local
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H A Dpicker_n_exporter.h47 napi_async_work work; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/include/
H A Deffect_kit_napi_utils.h102 CreateAsyncWork(napi_env& env, napi_status& status, const char* workName, napi_async_execute_callback exec, napi_async_complete_callback complete, std::unique_ptr<T>& aContext, napi_async_work& work) CreateAsyncWork() argument

Completed in 8 milliseconds

12345678910>>...14