Searched defs:LockUnlockLockThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-lockers.cc537 class LockUnlockLockThread : public JoinableThread { class in inherits:JoinableThread
539 LockUnlockLockThread(v8::Isolate* isolate, v8::Handle<v8::Context> context) function in class:LockUnlockLockThread
540 : JoinableThread("LockUnlockLockThread"),
596 threads.Add(new LockUnlockLockThread(
/external/v8/test/cctest/
H A Dtest-lockers.cc529 class LockUnlockLockThread : public JoinableThread { class in inherits:JoinableThread
531 LockUnlockLockThread(v8::Isolate* isolate, v8::Handle<v8::Context> context) function in class:LockUnlockLockThread
532 : JoinableThread("LockUnlockLockThread"),
585 threads.Add(new LockUnlockLockThread(isolate, context));

Completed in 465 milliseconds