Lines Matching full:threads
32 // This interval is required for waiting for threads to stop.
41 VM_THREAD = 4, // Includes VM threads
92 os << "ARK THREADS (" << threads_count_ << "):\n"; in EnumerateThreadsForDump()
197 // Some uninitialized threads may not have attached flag, in SatisfyTheMask()
199 // Newly created threads are using flag suspend new count. in SatisfyTheMask()
224 * Tries to stop all daemon threads in case there are no active basic threads
230 * Deregister all suspended threads including daemon threads.
243 …// * CREATED - wait until threads finish initializing which requires communication with ThreadMana… in CanDeregister()
245 // * TERMINATING - threads which requires communication with Runtime; in CanDeregister()
246 // * FINISHED threads should be deleted itself; in CanDeregister()
247 // * NATIVE threads are either go to FINISHED status or considered a part of a deadlock; in CanDeregister()
254 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
256 … // We should delete only finished thread structures, so call delete explicitly on finished threads
267 // This field is required for counting all registered threads (including finished daemons)
272 // A specific counter of threads, which are not completely created