| /base/startup/init/services/param/linux/ |
| H A D | param_service.c | 76 int wait = 1;
in CheckAndSendTrigger() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
| H A D | cmpi_log.c | 364 hi_bool wait; in do_ioctl() local [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| H A D | osal_device.c | 842 void osal_poll_wait(osal_poll_t *table, osal_wait_t *wait) in osal_poll_wait() argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_device.c | 576 void osal_poll_wait(osal_poll *table, osal_wait *wait) in osal_poll_wait() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_dummy_job_wa.c | 84 static int wait(struct kbase_device *kbdev, off_t offset, u32 bits, bool set) in wait() function [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_internal_sync.c | 131 struct mali_internal_sync_fence_waiter *wait; in mali_internal_sync_fence_wake_up_wq() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_internal_sync.c | 150 struct mali_internal_sync_fence_waiter *wait; in mali_internal_sync_fence_wake_up_wq() local [all...] |
| /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/src/ |
| H A D | lib.rs | 958 pub fn wait(&self) -> &T { in wait() functions
|