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

/external/v8/src/
H A Dv8threads.cc63 // initialize here, before anyone can call ~Locker() or Unlocker().
118 Unlocker::Unlocker(v8::Isolate* isolate) function in class:v8::Unlocker
132 Unlocker::~Unlocker() {
/external/v8/include/
H A Dv8.h2736 * given time. The Locker/Unlocker API must be used to synchronize.
3606 * mechanism that may be used, the v8::Locker and v8::Unlocker classes
3629 * v8::Unlocker object:
3634 * v8::Unlocker unlocker(isolate);
3642 * The Unlocker object is intended for use in a long-running callback
3649 * not. The Unlocker is not recursive so you can not have several
3650 * Unlockers on the stack at once, and you can not use an Unlocker in a
3667 * v8::Unlocker unlocker(isolate);
3680 class V8EXPORT Unlocker { class in namespace:v8
3683 * Initialize Unlocker fo
[all...]

Completed in 58 milliseconds