Searched refs:Unlocker (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dv8threads.cc79 void Unlocker::Initialize(v8::Isolate* isolate) {
88 Unlocker::~Unlocker() {
H A Disolate.h1462 friend class v8::Unlocker;
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc584 v8::Unlocker unlocker(args.GetIsolate());
608 v8::Unlocker unlocker(args.GetIsolate());
635 v8::Unlocker unlocker(args.GetIsolate());
663 v8::Unlocker unlocker(args.GetIsolate());
/external/v8/include/
H A Dv8.h6269 * thread at any given time. The Locker/Unlocker API must be used to
8091 * mechanism that may be used, the v8::Locker and v8::Unlocker classes must be
8112 * destroying the v8::Locker object as above or by constructing a v8::Unlocker
8118 * v8::Unlocker unlocker(isolate);
8126 * The Unlocker object is intended for use in a long-running callback from V8,
8131 * from code that holds the lock or from code that does not. The Unlocker is
8133 * you can not use an Unlocker in a thread that is not inside a Locker's scope.
8149 * v8::Unlocker unlocker(isolate);
8160 class V8_EXPORT Unlocker { class in namespace:v8
8163 * Initialize Unlocker fo
8165 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } function in class:v8::Unlocker
[all...]

Completed in 201 milliseconds