Searched refs:ShellThread (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dd8.cc1099 class ShellThread : public i::Thread { class in namespace:v8
1102 ShellThread(int no, char* files) function in class:v8::ShellThread
1103 : Thread("d8:ShellThread"),
1106 ~ShellThread() {
1117 void ShellThread::Run() {
1409 ShellThread* thread = new ShellThread(threads.length(), files);

Completed in 48 milliseconds