Home
last modified time | relevance | path

Searched defs:Wait (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libdm/
Dutility.h23 enum class WaitResult { Wait, Done, Fail }; enumerator
/system/memory/libmemunreachable/
DSemaphore.h32 void Wait(std::chrono::milliseconds ms) { in Wait() function
/system/core/init/
Depoll.cpp72 Result<std::vector<std::function<void()>*>> Epoll::Wait( in Wait() function in android::init::Epoll
/system/core/libbacktrace/
DThreadEntry.cpp99 bool ThreadEntry::Wait(int value) { in Wait() function in ThreadEntry
/system/core/libappfuse/
DEpollController.cc27 bool EpollController::Wait(size_t event_count) { in Wait() function in android::fuse::EpollController
DFuseBridgeLoop.cc273 bool Wait(size_t bridge_count, std::unordered_set<FuseBridgeEntry*>* entries_out) { in Wait() function in android::fuse::BridgeEpollController
/system/core/fs_mgr/
Dfile_wait.cpp127 bool OneShotInotify::Wait() { in Wait() function in android::fs_mgr::OneShotInotify