Home
last modified time | relevance | path

Searched refs:SendCommandThread (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-debug.cc6956 class SendCommandThread;
6957 static SendCommandThread* send_command_thread_ = NULL;
6960 class SendCommandThread : public v8::base::Thread { class
6962 explicit SendCommandThread(v8::Isolate* isolate) in SendCommandThread() function in SendCommandThread
7024 isolate, SendCommandThread::CountingAndSignallingMessageHandler); in TEST()
7025 send_command_thread_ = new SendCommandThread(isolate); in TEST()