Home
last modified time | relevance | path

Searched defs:wait (Results 176 - 200 of 284) sorted by relevance

12345678910>>...12

/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
/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
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c651 crocus_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *result) crocus_get_query_result() argument
/third_party/python/Lib/multiprocessing/
H A Dconnection.py826 def wait(object_list, timeout=None): function
916 def wait(object_list, timeout=None): function
/third_party/python/Lib/asyncio/
H A Dtasks.py389 async def wait(fs, *, timeout=None, return_when=ALL_COMPLETED): function
/third_party/python/Lib/
H A Dsubprocess.py1259 def wait(self, timeout=None): global() member in Popen
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_locks.py1081 async def wait(barrier): global() function
[all...]
/third_party/skia/src/image/
H A DSkSurface.cpp325 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait() function in SkSurface
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp249 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() function in marl::Scheduler::Fiber
426 bool Scheduler::Worker::wait(const TimePoint* timeout) { in wait() function in marl::Scheduler::Worker
435 bool Scheduler::Worker::wait(lock& waitLock, in wait() function in marl::Scheduler::Worker
745 void Scheduler::Worker::Work::wait(F&& f) { wait() function in marl::Scheduler::Worker::Work
[all...]
/third_party/python/Modules/clinic/
H A Doverlapped.c.h416 BOOL wait = FALSE; in _overlapped_Overlapped_getresult() local
[all...]
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp363 std::string wait = SplitPhase(strList[5], 1); in BinderParser() local
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_rw.cpp441 bool wait = true; in Reselect() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp359 CloudSync(const Devices &devices, DistributedDB::SyncMode cloudSyncMode, DetailAsync async, int64_t wait, const std::string &prepareTraceId) CloudSync() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp702 int GenericSyncer::AddQueuedManualSyncSize(int mode, bool wait) in AddQueuedManualSyncSize() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp570 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
1035 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
1059 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
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c45 bool wait; member
905 static void SdpSendDisconnectRequest(uint16_t lcid, bool wait) in SdpSendDisconnectRequest() argument
/third_party/curl/tests/server/
H A Dsockfilt.c630 DWORD timeout_ms, wait, nfd, nth, nws, i; in select_ws() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Domx.c249 get_buffer(pthread_mutex_t *mutex, pthread_cond_t *cond, int* array_size, OMX_BUFFERHEADERTYPE **array, int wait) get_buffer() argument
/third_party/libdrm/include/drm/
H A Dvia_drm.h217 int wait; member

Completed in 31 milliseconds

12345678910>>...12