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

/external/v8/test/cctest/
H A Dtest-lockers.cc360 class LockerUnlockerThread : public JoinableThread { class in inherits:JoinableThread
362 explicit LockerUnlockerThread(v8::Isolate* isolate) function in class:LockerUnlockerThread
363 : JoinableThread("LockerUnlockerThread"),
404 threads.Add(new LockerUnlockerThread(isolate));
/external/chromium_org/v8/test/cctest/
H A Dtest-lockers.cc369 class LockerUnlockerThread : public JoinableThread { class in inherits:JoinableThread
371 explicit LockerUnlockerThread(v8::Isolate* isolate) function in class:LockerUnlockerThread
372 : JoinableThread("LockerUnlockerThread"),
414 threads.Add(new LockerUnlockerThread(isolate));

Completed in 102 milliseconds