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

/external/chromium_org/v8/src/
H A Dv8threads.cc38 // initialize here, before anyone can call ~Locker() or Unlocker().
84 void Unlocker::Initialize(v8::Isolate* isolate) {
93 Unlocker::~Unlocker() {
/external/chromium_org/v8/include/
H A Dv8.h4341 * thread at any given time. The Locker/Unlocker API must be used to
5584 * mechanism that may be used, the v8::Locker and v8::Unlocker classes must be
5605 * destroying the v8::Locker object as above or by constructing a v8::Unlocker
5611 * v8::Unlocker unlocker(isolate);
5619 * The Unlocker object is intended for use in a long-running callback from V8,
5624 * from code that holds the lock or from code that does not. The Unlocker is
5626 * you can not use an Unlocker in a thread that is not inside a Locker's scope.
5642 * v8::Unlocker unlocker(isolate);
5653 class V8_EXPORT Unlocker { class in namespace:v8
5656 * Initialize Unlocker fo
5658 V8_INLINE explicit Unlocker(Isolate* isolate) { Initialize(isolate); } function in class:v8::Unlocker
[all...]

Completed in 267 milliseconds