Searched defs:Unlocker (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dv8threads.cc79 void Unlocker::Initialize(v8::Isolate* isolate) {
88 Unlocker::~Unlocker() {
/external/v8/include/
H A Dv8.h5515 * thread at any given time. The Locker/Unlocker API must be used to
7288 * mechanism that may be used, the v8::Locker and v8::Unlocker classes must be
7309 * destroying the v8::Locker object as above or by constructing a v8::Unlocker
7315 * v8::Unlocker unlocker(isolate);
7323 * The Unlocker object is intended for use in a long-running callback from V8,
7328 * from code that holds the lock or from code that does not. The Unlocker is
7330 * you can not use an Unlocker in a thread that is not inside a Locker's scope.
7346 * v8::Unlocker unlocker(isolate);
7357 class V8_EXPORT Unlocker { class in namespace:v8
7360 * Initialize Unlocker fo
7362 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } function in class:v8::Unlocker
[all...]

Completed in 70 milliseconds