Searched defs:Wait (Results 1 – 6 of 6) sorted by relevance
/system/core/fs_mgr/libdm/ | ||
D | utility.h | 23 enum class WaitResult { Wait, Done, Fail }; enumerator |
/system/core/libappfuse/ | ||
D | EpollController.cc | 27 bool EpollController::Wait(size_t event_count) { in Wait() function in android::fuse::EpollController |
D | FuseBridgeLoop.cc | 273 bool Wait(size_t bridge_count, std::unordered_set<FuseBridgeEntry*>* entries_out) { in Wait() function in android::fuse::BridgeEpollController |
/system/core/init/ | ||
D | epoll.cpp | 84 Result<int> Epoll::Wait(std::optional<std::chrono::milliseconds> timeout) { in Wait() function in android::init::Epoll |
/system/unwinding/libunwindstack/ | ||
D | ThreadEntry.cpp | 88 bool ThreadEntry::Wait(WaitType type) { in Wait() function in unwindstack::ThreadEntry |
/system/core/fs_mgr/ | ||
D | file_wait.cpp | 127 bool OneShotInotify::Wait() { in Wait() function in android::fs_mgr::OneShotInotify |