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

  /external/v8/test/cctest/
test-lockers.cc 590 class LockUnlockLockDefaultIsolateThread : public JoinableThread {
592 explicit LockUnlockLockDefaultIsolateThread(v8::Handle<v8::Context> context)
593 : JoinableThread("LockUnlockLockDefaultIsolateThread"),
634 threads.Add(new LockUnlockLockDefaultIsolateThread(context));
  /external/chromium_org/v8/test/cctest/
test-lockers.cc 604 class LockUnlockLockDefaultIsolateThread : public JoinableThread {
606 explicit LockUnlockLockDefaultIsolateThread(v8::Handle<v8::Context> context)
607 : JoinableThread("LockUnlockLockDefaultIsolateThread"),
654 threads.Add(new LockUnlockLockDefaultIsolateThread(context));

Completed in 34 milliseconds