Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/v8-include/
H A Dv8-locker.h25 * mechanism that may be used, the v8::Locker and v8::Unlocker classes must be
46 * destroying the v8::Locker object as above or by constructing a v8::Unlocker
52 * v8::Unlocker unlocker(isolate);
60 * The Unlocker object is intended for use in a long-running callback from V8,
65 * from code that holds the lock or from code that does not. The Unlocker is
67 * you cannot use an Unlocker in a thread that is not inside a Locker's scope.
83 * v8::Unlocker unlocker(isolate);
94 class V8_EXPORT Unlocker { class
97 * Initialize Unlocker for a given Isolate.
99 V8_INLINE explicit Unlocker(Isolat function in v8::Unlocker
[all...]
/third_party/node/deps/v8/include/
H A Dv8-locker.h25 * mechanism that may be used, the v8::Locker and v8::Unlocker classes must be
46 * destroying the v8::Locker object as above or by constructing a v8::Unlocker
52 * v8::Unlocker unlocker(isolate);
60 * The Unlocker object is intended for use in a long-running callback from V8,
65 * from code that holds the lock or from code that does not. The Unlocker is
67 * you cannot use an Unlocker in a thread that is not inside a Locker's scope.
83 * v8::Unlocker unlocker(isolate);
94 class V8_EXPORT Unlocker { class
97 * Initialize Unlocker for a given Isolate.
99 V8_INLINE explicit Unlocker(Isolat function in v8::Unlocker
[all...]
/third_party/node/test/addons/new-isolate-addon/
H A Dbinding.cc16 using v8::Unlocker;
35 Unlocker unlocker(parent_isolate); in RunInSeparateIsolate()
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc79 void Unlocker::Initialize(v8::Isolate* isolate) { in Initialize()
87 Unlocker::~Unlocker() { in ~Unlocker()

Completed in 4 milliseconds