Home
last modified time | relevance | path

Searched defs:wait (Results 226 - 250 of 385) sorted by relevance

12345678910>>...16

/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
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp266 std::string wait = splitPhase(strList[5], 1); in ParsePeerBinderPid() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_symc.c963 kapi_symc_crypto_multi_start(const kapi_symc_ctx *ctx, const hi_cipher_data *pkg, hi_u32 pkg_num, hi_u32 operation, hi_u32 wait) kapi_symc_crypto_multi_start() argument
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2.h144 wait_queue_head_t wait; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dusbnet.h34 wait_queue_head_t wait; member
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c359 add_wait_queue_exclusive(sk_sleep(sk), &wait); in l2cap_sock_accept() local
387 remove_wait_queue(sk_sleep(sk), &wait); in l2cap_sock_accept() local
1297 add_wait_queue(sk_sleep(sk), &wait); in __l2cap_wait_ack() local
1329 remove_wait_queue(sk_sleep(sk), &wait); in __l2cap_wait_ack() local
H A Dsco.c675 add_wait_queue_exclusive(sk_sleep(sk), &wait); in sco_sock_accept() local
702 remove_wait_queue(sk_sleep(sk), &wait); in sco_sock_accept() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_vinstr.c1040 kbasep_vinstr_hwcnt_reader_poll( struct file *filp, poll_table *wait) kbasep_vinstr_hwcnt_reader_poll() argument
H A Dmali_kbase_kinstr_jm.c629 reader_poll(struct file *const file, struct poll_table_struct *const wait) reader_poll() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c625 static __poll_t reader_poll(struct file *const file, struct poll_table_struct *const wait) in reader_poll() argument
H A Dmali_kbase_vinstr.c971 static unsigned int kbasep_vinstr_hwcnt_reader_poll(struct file *filp, poll_table *wait) in kbasep_vinstr_hwcnt_reader_poll() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_lb.c761 const int wait = 0; in dhd_tasklet_schedule_on() local
1065 int wait = 0; /* asynchronous IPI */ in dhd_napi_schedule_on() local
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2.h149 wait_queue_head_t 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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_multi_user_test.cpp274 void CheckSyncResult(bool wait, bool isRemoteQuery) in CheckSyncResult() argument
323 void TestSyncWithUserChange(bool wait, bool isRemoteQuery) in TestSyncWithUserChange() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h97 int32_t wait; member
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py25 from concurrent.futures import wait namespace
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp259 check_instr(wait_ctx& ctx, wait_imm& wait, Instruction* instr) in check_instr() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c157 prune_old_swapchains(struct zink_screen *screen, struct kopper_displaytarget *cdt, bool wait) in prune_old_swapchains() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c164 bool wait; in virgl_resource_transfer_prepare() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c156 get_query_result_vgpu9(struct svga_context *svga, struct svga_query *sq, bool wait, uint64_t *result) get_query_result_vgpu9() argument
585 get_query_result_vgpu10(struct svga_context *svga, struct svga_query *sq, bool wait, void *result, int resultLen) get_query_result_vgpu10() argument
1084 svga_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) svga_get_query_result() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c601 iris_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) iris_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c409 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result() argument

Completed in 28 milliseconds

12345678910>>...16