Home
last modified time | relevance | path

Searched refs:WaitType (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DThreadEntry.h30 enum WaitType : int { enum
44 bool Wait(WaitType type);
H A DThreadEntry.cpp77 bool ThreadEntry::Wait(WaitType type) { in Wait()