Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Ddebuggerd_benchmark.cpp34 enum class ThreadState { Starting, Started, Stopping }; enum
46 static std::chrono::duration<double> GetMaximumPause(std::atomic<ThreadState>& state) { in GetMaximumPause()
51 state.store(ThreadState::Started); in GetMaximumPause()
52 while (state.load() != ThreadState::Stopping) { in GetMaximumPause()
101 std::atomic<ThreadState> thread_state(ThreadState::Starting); in BM_maximum_pause_impl()
104 while (thread_state != ThreadState::Started) { in BM_maximum_pause_impl()
110 thread_state = ThreadState::Stopping; in BM_maximum_pause_impl()
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof13599 Lkotlinx/coroutines/internal/ThreadState;