OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LockUnlockLockThread
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-lockers.cc
529
class
LockUnlockLockThread
: public JoinableThread {
531
LockUnlockLockThread
(v8::Isolate* isolate, v8::Handle<v8::Context> context)
532
: JoinableThread("
LockUnlockLockThread
"),
585
threads.Add(new
LockUnlockLockThread
(isolate, context));
/external/chromium_org/v8/test/cctest/
test-lockers.cc
537
class
LockUnlockLockThread
: public JoinableThread {
539
LockUnlockLockThread
(v8::Isolate* isolate, v8::Handle<v8::Context> context)
540
: JoinableThread("
LockUnlockLockThread
"),
596
threads.Add(new
LockUnlockLockThread
(
Completed in 23 milliseconds