Home | History | Annotate | Download | only in src

Lines Matching refs:Thread

610 class ShellThread : public i::Thread {
613 : Thread(isolate, "d8:ShellThread"),
623 // Prepare the context for this thread.
692 // Default to use lowest possible thread preemption interval to test as many
696 i::List<i::Thread*> threads(1);
699 // Acquire the V8 lock once initialization has finished. Since the thread
744 ShellThread* thread =
748 thread->Start();
749 threads.Add(thread);
782 i::Thread* thread = threads[i];
783 thread->Join();
784 delete thread;