Searched defs:Wait (Results 1 – 8 of 8) sorted by relevance
23 enum class WaitResult { Wait, Done, Fail }; enumerator
32 void Wait(std::chrono::milliseconds ms) { in Wait() function
73 Result<std::vector<std::shared_ptr<Epoll::Handler>>> Epoll::Wait( in Wait() function in android::init::Epoll
99 bool ThreadEntry::Wait(int value) { in Wait() function in ThreadEntry
27 bool EpollController::Wait(size_t event_count) { in Wait() function in android::fuse::EpollController
273 bool Wait(size_t bridge_count, std::unordered_set<FuseBridgeEntry*>* entries_out) { in Wait() function in android::fuse::BridgeEpollController
77 bool ThreadEntry::Wait(WaitType type) { in Wait() function in unwindstack::ThreadEntry
127 bool OneShotInotify::Wait() { in Wait() function in android::fs_mgr::OneShotInotify