Lines Matching defs:thread
519 Thread::Current()->Park(isAbsolute, time);
525 ThrowIllegalArgumentException("Argument to unpark() was not a Thread");
529 art::Thread* thread = art::Thread::FromManagedThread(soa, jthread);
530 if (thread != nullptr) {
531 thread->Unpark();
533 // If thread is null, that means that either the thread is not started yet,
534 // or the thread has already terminated. Setting the field to true will be
535 // respected when the thread does start, and is harmless if the thread has