Home
last modified time | relevance | path

Searched defs:wait (Results 151 - 175 of 284) sorted by relevance

12345678910>>...12

/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs225 pub fn wait<'context>( in wait() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs216 pub fn wait<'context>( in wait() functions
/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs220 fn wait(queue: &AtomicPtr<Waiter>, mut curr_queue: *mut Waiter) { in wait() functions
H A Dlib.rs958 pub fn wait(&self) -> &T { in wait() functions
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_channel.cpp100 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in SearchElementInfoByAccessibilityId() local
153 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in SearchElementInfosByText() local
206 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in FindFocusedElementInfo() local
258 ffrt::future_status wait in FocusMoveSearch() local
372 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); ExecuteAction() local
428 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); GetWindow() local
502 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); GetWindows() local
575 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); GetCursorPosition() local
623 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); SendSimulateGesture() local
657 ffrt::future_status wait = syncFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); SetTargetBundleName() local
[all...]
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp238 SurfaceBufferImpl* BufferQueueProducer::RequestBuffer(uint8_t wait) in RequestBuffer() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp104 Sync(const std::vector<std::string> &devices, SyncMode mode, const Query &query, const SyncStatusCallback &onComplete, bool wait) Sync() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp234 void TestSyncWithUserChange(bool wait) in TestSyncWithUserChange() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp293 void ObexClientSendObject::SetSrmWait(bool wait) in SetSrmWait() argument
425 void ObexClientReceivedObject::SetSrmWait(bool wait) in SetSrmWait() argument
489 void ObexServerReceivedObject::SetSrmWait(bool wait) in SetSrmWait() argument
618 void ObexServerSendObject::SetSrmWait(bool wait) in SetSrmWait() argument
/third_party/ffmpeg/libavcodec/
H A Dmediacodecdec_common.c656 ff_mediacodec_dec_send(AVCodecContext *avctx, MediaCodecDecContext *s, AVPacket *pkt, bool wait) ff_mediacodec_dec_send() argument
750 ff_mediacodec_dec_receive(AVCodecContext *avctx, MediaCodecDecContext *s, AVFrame *frame, bool wait) ff_mediacodec_dec_receive() argument
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c114 static void set_add_poll_wait_flag(poll_wait_head wait, bool add_queue_flag) in set_add_poll_wait_flag() argument
119 static int destroy_poll_wait(poll_wait_head wait) in destroy_poll_wait() argument
158 get_poll_item(poll_wait_head wait) get_poll_item() argument
185 poll_wait_head wait = p->wait; add_pollwait_queue() local
198 wait_sem_time(poll_wait_head wait, const struct timespec *time_ptr) wait_sem_time() argument
210 file_poll(struct file *filep, poll_table *wait) file_poll() argument
222 fdesc_poll(int fd, poll_table *wait) fdesc_poll() argument
251 query_fd(int fd, poll_table *wait) query_fd() argument
274 query_fds(struct pollfd *fds, nfds_t nfds, poll_table *wait) query_fds() argument
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h122 int (*wait)(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout); member
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc399 FreedrenoDriver::configure_counters(bool reset, bool wait) in configure_counters() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c237 struct drm_i915_gem_wait wait = { in anv_gem_wait() local
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c254 get_query_result(struct pipe_context *pipe, struct gl_query_object *q, boolean wait) get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c427 crocus_get_monitor_result(struct pipe_context *ctx, struct crocus_monitor_object *monitor, bool wait, union pipe_numeric_type_union *result) crocus_get_monitor_result() argument
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c392 fenced_manager_check_signalled_locked(struct fenced_manager *fenced_mgr, boolean wait) fenced_manager_check_signalled_locked() argument
563 fenced_buffer_create_gpu_storage_locked(struct fenced_manager *fenced_mgr, struct fenced_buffer *fenced_buf, boolean wait) fenced_buffer_create_gpu_storage_locked() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw_metric.c667 nvc0_hw_metric_get_query_result(struct nvc0_context *nvc0, struct nvc0_hw_query *hq, bool wait, union pipe_query_result *result) nvc0_hw_metric_get_query_result() argument
/third_party/python/Tools/demo/
H A Dsortvisu.py85 def wait(self, msecs): member in Array
/third_party/python/Lib/multiprocessing/
H A Dpool.py30 from .connection import wait namespace
764 def wait(self, timeout=None): member in ApplyResult
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h549 bool Scheduler::Fiber::wait( wait() function in marl::Scheduler::Fiber
559 void Scheduler::Fiber::wait() { wait() function in marl::Scheduler::Fiber
564 bool Scheduler::Fiber::wait( wait() function in marl::Scheduler::Fiber
[all...]
/third_party/rust/crates/once_cell/tests/
H A Dit.rs365 fn wait() { in wait() functions
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp274 SemaphoreSp wait; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.cpp127 Sync(const std::vector<std::string> &devices, SyncMode mode, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, bool wait) Sync() argument
196 Sync(const std::vector<std::string> &devices, SyncMode mode, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, const Query &query, bool wait) Sync() argument
219 SubscribeRemoteQuery(const std::vector<std::string> &devices, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, const Query &query, bool wait) SubscribeRemoteQuery() argument
226 UnSubscribeRemoteQuery(const std::vector<std::string> &devices, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, const Query &query, bool wait) UnSubscribeRemoteQuery() argument
H A Ddb_store_mock.cpp136 Sync(const std::vector<std::string> &devices, SyncMode mode, const std::function<void(const std::map<std::string, DBStatus> &)> &onComplete, bool wait) Sync() argument
207 Sync(const std::vector<std::string> &devices, SyncMode mode, const std::function<void(const std::map<std::string, DBStatus> &)> &onComplete, const Query &query, bool wait) Sync() argument
227 SubscribeRemoteQuery(const std::vector<std::string> &devices, const std::function<void(const std::map<std::string, DBStatus> &)> &onComplete, const Query &query, bool wait) SubscribeRemoteQuery() argument
233 UnSubscribeRemoteQuery(const std::vector<std::string> &devices, const std::function<void(const std::map<std::string, DBStatus> &)> &onComplete, const Query &query, bool wait) UnSubscribeRemoteQuery() argument

Completed in 27 milliseconds

12345678910>>...12