Home
last modified time | relevance | path

Searched defs:async (Results 26 - 50 of 112) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
H A Ddnn_filter_common.h35 int async; member
/third_party/libuv/docs/code/progress/
H A Dmain.c8 uv_async_t async; variable
/third_party/libuv/test/
H A Dtest-async.c31 static uv_async_t async; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTaskQueue.h81 std::future<typename std::result_of<Callable()>::type> async(Callable &&C) { in async() function in llvm::TaskQueue
H A DThreadPool.h54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function in llvm::ThreadPool
63 inline std::shared_future<void> async(Function &&F) { in async() function in llvm::ThreadPool
/third_party/node/test/addons/async-cleanup-hook/
H A Dbinding.cc10 uv_async_t async; member
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUShaderModule.cpp26 GPUShaderModule::GPUShaderModule(wgpu::ShaderModule shader, std::shared_ptr<AsyncRunner> async) in GPUShaderModule() argument
H A DGPUBuffer.cpp30 GPUBuffer(wgpu::Buffer buffer, wgpu::BufferDescriptor desc, wgpu::Device device, std::shared_ptr<AsyncRunner> async) GPUBuffer() argument
H A DGPUQueue.cpp29 GPUQueue::GPUQueue(wgpu::Queue queue, std::shared_ptr<AsyncRunner> async) in GPUQueue() argument
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Ddm_napi_common.h63 void (*async)(napi_env env, std::unique_ptr<ParamT>& param); member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_event.cpp19 SyncEvent::EventInfo::EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() argument
24 SyncEvent::EventInfo::EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() argument
H A Dcloud_db.cpp58 int32_t CloudDB::Sync(const Devices &devices, int32_t mode, const GenQuery &query, Async async, int32_t wait) in Sync() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp397 AbilitySync async; in HWTEST_F() local
430 AbilitySync async; in HWTEST_F() local
501 AbilitySync async; HWTEST_F() local
572 AbilitySync async; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_common.h42 uint8_t async; member
H A Ddnn_backend_common.c56 int ff_dnn_fill_task(TaskItem *task, DNNExecBaseParams *exec_params, void *backend_model, int async, int do_ioproc) { in ff_dnn_fill_task() argument
/third_party/alsa-lib/src/timer/
H A Dtimer_local.h30 int (*async)(snd_timer_t *timer, int sig, pid_t pid); member
/third_party/libcoap/src/
H A Dcoap_async.c100 coap_async_trigger(coap_async_t *async) { in coap_async_trigger() argument
113 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() argument
178 coap_async_set_app_data(coap_async_t *async, void *app_data) coap_async_set_app_data() argument
183 coap_async_get_app_data(const coap_async_t *async) coap_async_get_app_data() argument
205 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) coap_async_set_delay() argument
211 coap_free_async(coap_session_t *session, coap_async_t *async) coap_free_async() argument
225 coap_async_set_app_data(coap_async_t *async, void *app_data) coap_async_set_app_data() argument
231 coap_async_get_app_data(const coap_async_t *async) coap_async_get_app_data() argument
[all...]
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c13 uv_async_t async; member
32 static void AfterCleanupHookOne(uv_async_t* async) { in AfterCleanupHookOne() argument
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js443 var async = false; variable
[all...]
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_common.cpp47 bool GetCallbackAndPromise(napi_env env, AsyncCtx async, napi_value arg) in GetCallbackAndPromise() argument
61 static void ReturnCallbackResult(napi_env env, AsyncCtx async, napi_value result) in ReturnCallbackResult() argument
78 ReturnPromiseResult(napi_env env, AsyncCtx async, napi_value result) ReturnPromiseResult() argument
88 ReturnJSResult(napi_env env, AsyncCtx async, napi_value result) ReturnJSResult() argument
159 FreeAsyncContext(napi_env env, AsyncCtx &async) FreeAsyncContext() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dobject_itf.cpp23 static SLresult Realize(SLObjectItf self, SLboolean async) in Realize() argument
33 static SLresult Resume(SLObjectItf self, SLboolean async) in Resume() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp62 auto async = [&sign](const GenDetails& details) { in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp133 void KVDBNotifierClient::AddCloudSyncCallback(uint64_t sequenceId, const AsyncDetail &async) in AddCloudSyncCallback() argument
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h307 virtual Status CloudSync(const AsyncDetail &async) in CloudSync() argument
/third_party/alsa-lib/test/
H A Dtimer.c80 int async = 0; in main() local

Completed in 10 milliseconds

12345