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

/art/runtime/
H A Dthread.cc87 bool Thread::is_started_ = false;
88 pthread_key_t Thread::pthread_key_self_;
89 ConditionVariable* Thread::resume_cond_ = nullptr;
90 const size_t Thread::kStackOverflowImplicitCheckSize = GetStackOverflowReservedBytes(kRuntimeISA);
91 bool (*Thread::is_sensitive_thread_hook_)() = nullptr;
92 Thread* Thread::jit_sensitive_thread_ = nullptr;
104 void Thread::InitCardTable() {
114 void Thread::InitTlsEntryPoints() {
125 void Thread
1605 Thread::Thread(bool daemon) function in class:art::Thread
[all...]
H A Dthread.h92 class Thread;
95 // Thread priorities. These must match the Thread.MIN_PRIORITY,
96 // Thread.NORM_PRIORITY, and Thread.MAX_PRIORITY constants.
104 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the
119 // Thread's stack layout for implicit stack overflow checks:
147 class Thread { class in namespace:art
152 // Used to implement Thread.start.
157 static Thread* Attac
[all...]

Completed in 32 milliseconds