HomeSort by relevance Sort by last modified time
    Searched refs:threadA (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 396 SharedPtrTestThread threadA(ptr, exists);
399 threadA.start();
402 threadA.join();
414 WeakPtrTestThread threadA(ptr, exists);
417 threadA.start();
420 threadA.join();
  /external/chromium_org/v8/test/cctest/
test-threads.cc 46 class ThreadA : public v8::internal::Thread {
48 ThreadA() : Thread("ThreadA") { }
114 ThreadA threadA;
117 threadA.Start();
120 threadA.Join();

Completed in 33 milliseconds