Home
last modified time | relevance | path

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

12345678910>>...15

/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
/kernel/linux/linux-5.10/net/ipv4/
H A Dxfrm4_input.c47 int xfrm4_transport_finish(struct sk_buff *skb, int async) in xfrm4_transport_finish() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dxfrm4_input.c47 int xfrm4_transport_finish(struct sk_buff *skb, int async) in xfrm4_transport_finish() argument
/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
/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
/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...]
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregmap-spi.c23 struct regmap_async_spi *async = data; in regmap_spi_complete() local
58 struct regmap_async_spi *async = container_of(a, in regmap_spi_async_write() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dusb-tusb6010.c158 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned ps_refclk, unsigned waitpin, unsigned async, unsigned sync, unsigned irq, unsigned dmachan) tusb6010_setup_interface() argument
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dusb-tusb6010.c152 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async, unsigned int sync, unsigned int dmachan) tusb6010_setup_interface() argument
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dni_labpc_isadma.c77 struct comedi_async *async = s->async; in labpc_drain_dma() local
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dni_labpc_isadma.c76 struct comedi_async *async = s->async; in labpc_drain_dma() local
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_common.h42 uint8_t async; member
/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

Completed in 12 milliseconds

12345678910>>...15