Searched defs:Wait (Results 1 - 4 of 4) sorted by relevance

/system/core/libmemunreachable/
H A DSemaphore.h32 void Wait(std::chrono::milliseconds ms) { function in class:android::Semaphore
/system/core/libappfuse/
H A DEpollController.cc27 bool EpollController::Wait(size_t event_count) { function in class:android::fuse::EpollController
H A DFuseBridgeLoop.cc272 bool Wait(size_t bridge_count, std::unordered_set<FuseBridgeEntry*>* entries_out) { function in class:android::fuse::BridgeEpollController
275 if (!EpollController::Wait(event_count)) {
371 const bool wait_result = epoll_controller_->Wait(bridges_.size(), &entries);
/system/core/libbacktrace/
H A DThreadEntry.cpp99 bool ThreadEntry::Wait(int value) { function in class:ThreadEntry

Completed in 143 milliseconds