Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 8 of 8) sorted by relevance

/system/core/libbacktrace/
DBacktraceCurrent.cpp118 if (entry->Wait(2)) { in SignalHandler()
166 bool wait_completed = entry->Wait(1); in UnwindThread()
193 if (!entry->Wait(3)) { in UnwindThread()
DThreadEntry.h32 bool Wait(int);
DThreadEntry.cpp99 bool ThreadEntry::Wait(int value) { in Wait() function in ThreadEntry
/system/core/libmemunreachable/
DSemaphore.h30 void Wait(std::chrono::milliseconds ms) { in Wait() function
DMemUnreachable.cpp372 continue_parent_sem.Wait(30s); in GetUnreachableMemory()
/system/tpm/trunks/
Dbackground_command_transceiver.cc96 response_ready.Wait(); in SendCommandAndWait()
/system/extras/tests/workloads/
Dpwrtest.sh226 echo Wait 60s for device to restart...
233 echo Wait 30s to complete boot activities...
/system/update_engine/common/
Dsubprocess.cc276 int proc_return_code = proc.Wait(); in SynchronousExecFlags()