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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSLock.cpp158 // first time a thread exits it will call DropAllLocks - which will do as expected
161 // again through a callback, then the locks will not be dropped when DropAllLocks
175 JSLock::DropAllLocks::DropAllLocks(ExecState* exec) function in class:JSC::JSLock::DropAllLocks
190 JSLock::DropAllLocks::DropAllLocks(JSLockBehavior JSLockBehavior) function in class:JSC::JSLock::DropAllLocks
208 JSLock::DropAllLocks::~DropAllLocks()
251 JSLock::DropAllLocks::DropAllLocks(ExecStat
[all...]
H A DJSLock.h43 // by constructing a locally scoped JSLock::DropAllLocks object. The
44 // DropAllLocks object takes care to release the JSLock only if your
93 class DropAllLocks { class in class:JSC::JSLock
94 WTF_MAKE_NONCOPYABLE(DropAllLocks);
96 DropAllLocks(ExecState* exec);
97 DropAllLocks(JSLockBehavior);
98 ~DropAllLocks();

Completed in 79 milliseconds