Lines Matching defs:thread
24 #include "thread-inl.h"
67 // There's only one thread running at this point, so only one JNIEnv to fix up.
68 Thread::Current()->GetJniEnv()->SetCheckJniEnabled(true);
101 // Grab thread before fork potentially makes Thread::pthread_key_self_ unusable.
102 Thread* self = Thread::Current();
108 Thread* thread = reinterpret_cast<Thread*>(token);
109 // Our system thread ID, etc, has changed so reset Thread state.
110 thread->InitAfterFork();