HomeSort by relevance Sort by last modified time
    Searched defs:DropAllLocks (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 147 // first time a thread exits it will call DropAllLocks - which will do as expected
150 // again through a callback, then the locks will not be dropped when DropAllLocks
164 JSLock::DropAllLocks::DropAllLocks(ExecState* exec)
179 JSLock::DropAllLocks::DropAllLocks(JSLockBehavior JSLockBehavior)
197 JSLock::DropAllLocks::~DropAllLocks()
240 JSLock::DropAllLocks::DropAllLocks(ExecState*
    [all...]
JSLock.h 43 // by constructing a locally scoped JSLock::DropAllLocks object. The
44 // DropAllLocks object takes care to release the JSLock only if your
90 class DropAllLocks : public Noncopyable {
92 DropAllLocks(ExecState* exec);
93 DropAllLocks(JSLockBehavior);
94 ~DropAllLocks();

Completed in 589 milliseconds