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

  /external/v8/test/cctest/
test-lockers.cc 59 class KangarooThread : public v8::internal::Thread {
61 KangarooThread(v8::Isolate* isolate,
63 : Thread("KangarooThread"),
109 KangarooThread thread1(isolate, context, 1);
  /external/chromium_org/v8/test/cctest/
test-lockers.cc 60 class KangarooThread : public v8::internal::Thread {
62 KangarooThread(v8::Isolate* isolate, v8::Handle<v8::Context> context)
63 : Thread("KangarooThread"),
103 i::SmartPointer<KangarooThread> thread1;
112 thread1.Reset(new KangarooThread(isolate, context));

Completed in 52 milliseconds