OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
59
class
KangarooThread
: public v8::internal::Thread {
61
KangarooThread
(v8::Isolate* isolate, v8::Handle<v8::Context> context)
62
: Thread("
KangarooThread
"),
102
i::SmartPointer<
KangarooThread
> thread1;
111
thread1.Reset(new
KangarooThread
(isolate, context));
Completed in 23 milliseconds