Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc848 AtomicInteger pending_threads; in SuspendAllInternal() local
861 pending_threads.store(list_.size() - (self == nullptr ? 0 : 1), std::memory_order_relaxed); in SuspendAllInternal()
869 thread->IncrementSuspendCount(self, &pending_threads, nullptr, reason); in SuspendAllInternal()
875 DCHECK_EQ(thread->tlsPtr_.active_suspendall_barrier, &pending_threads); in SuspendAllInternal()
876 pending_threads.fetch_sub(1, std::memory_order_seq_cst); in SuspendAllInternal()
915 auto result = WaitForSuspendBarrier(&pending_threads, tid, attempt_of_4); in SuspendAllInternal()
948 pending_threads.load()); in SuspendAllInternal()