Searched defs:Thread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc111 extern "C" NO_RETURN void artDeoptimize(Thread* self);
113 bool Thread::is_started_ = false;
114 pthread_key_t Thread::pthread_key_self_;
115 ConditionVariable* Thread::resume_cond_ = nullptr;
116 const size_t Thread::kStackOverflowImplicitCheckSize = GetStackOverflowReservedBytes(kRuntimeISA);
117 bool (*Thread::is_sensitive_thread_hook_)() = nullptr;
118 Thread* Thread::jit_sensitive_thread_ = nullptr;
130 void Thread::InitCardTable() {
141 void Thread
2095 Thread::Thread(bool daemon) function in class:Thread
[all...]
H A Dthread.h96 class Thread;
100 // Thread priorities. These must match the Thread.MIN_PRIORITY,
101 // Thread.NORM_PRIORITY, and Thread.MAX_PRIORITY constants.
109 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the
131 // Thread's stack layout for implicit stack overflow checks:
159 class Thread { class in namespace:art
165 // Used to implement Thread.start.
170 static Thread* Attac
[all...]

Completed in 260 milliseconds