/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | epoll.rs | 225 pub fn wait<'context>( in wait() functions
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | epoll.rs | 216 pub fn wait<'context>( in wait() functions
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_std.rs | 220 fn wait(queue: &AtomicPtr<Waiter>, mut curr_queue: *mut Waiter) { in wait() functions
|
H A D | lib.rs | 958 pub fn wait(&self) -> &T { in wait() functions
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_channel.cpp | 100 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 D | buffer_queue_producer.cpp | 238 SurfaceBufferImpl* BufferQueueProducer::RequestBuffer(uint8_t wait) in RequestBuffer() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_delegate_impl.cpp | 104 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 D | distributeddb_single_ver_multi_user_test.cpp | 234 void TestSyncWithUserChange(bool wait) in TestSyncWithUserChange() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.cpp | 293 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 D | mediacodecdec_common.c | 656 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 D | fs_poll.c | 114 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 D | freedreno_priv.h | 122 int (*wait)(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout); member
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.cc | 399 FreedrenoDriver::configure_counters(bool reset, bool wait) in configure_counters() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem.c | 237 struct drm_i915_gem_wait wait = { in anv_gem_wait() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | queryobj.c | 254 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 D | crocus_monitor.c | 427 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 D | pb_buffer_fenced.c | 392 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 D | nvc0_query_hw_metric.c | 667 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 D | sortvisu.py | 85 def wait(self, msecs): member in Array
|
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 30 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 D | scheduler.h | 549 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 D | it.rs | 365 fn wait() { in wait() functions [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearCase.cpp | 274 SemaphoreSp wait; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 127 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 D | db_store_mock.cpp | 136 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
|