Searched refs:AcquireLock (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionState.h36 AcquireLock,
H A DSQLTransactionStateMachine.cpp42 case SQLTransactionState::AcquireLock:
H A DSQLTransactionBackend.cpp64 // 2. AcquireLock .
101 // 2. SQLTransactionState::AcquireLock (runs in backend)
306 // Phase 2. After scheduling, before state AcquireLock
317 // Phase 3. After state AcquireLock, before "lockAcquired"
368 m_requestedState = SQLTransactionState::AcquireLock;
487 ASSERT(m_nextState == SQLTransactionState::AcquireLock
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem.cc38 if (!manager_->AcquireLock(this, &purged))
H A Ddiscardable_memory_emulated.cc69 if (!g_shared_state.Pointer()->manager.AcquireLock(this, &purged))
H A Ddiscardable_memory_manager.h101 bool AcquireLock(Allocation* allocation, bool* purged);
H A Ddiscardable_memory_mac.cc63 if (!g_shared_state.Pointer()->manager.AcquireLock(this, &purged))
H A Ddiscardable_memory_manager.cc84 bool DiscardableMemoryManager::AcquireLock(Allocation* allocation, function in class:base::internal::DiscardableMemoryManager
H A Ddiscardable_memory_manager_unittest.cc101 if (!manager_.AcquireLock(allocation, &purged))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp66 void AcquireLock(CheckerContext &C, const CallExpr *CE, SVal lock,
95 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
100 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
105 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
110 AcquireLock(C, CE, state->getSVal(CE->getArg(0), LCtx),
124 void PthreadLockChecker::AcquireLock(CheckerContext &C, const CallExpr *CE, function in class:PthreadLockChecker
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp332 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpreterPython::Locker::InitGlobals,
386 // ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession,
445 ScriptInterpreterPython::Locker::AcquireLock,
496 ScriptInterpreterPython::Locker::AcquireLock,
567 ScriptInterpreterPython::Locker::AcquireLock,
582 ScriptInterpreterPython::Locker::AcquireLock,
771 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0),
892 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | ScriptInterpreterPython::Locker::InitGlobals,
937 ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession,
982 ScriptInterpreterPython::Locker::AcquireLock,
[all...]
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h307 AcquireLock = 0x0001, enumerator in enum:lldb_private::ScriptInterpreterPython::Locker::OnEntry
320 uint16_t on_entry = AcquireLock | InitSession,

Completed in 231 milliseconds