Searched refs:Locker (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp405 ScriptInterpreterPythonImpl::Locker::Locker( function in class:ScriptInterpreterPythonImpl::Locker
420 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() {
436 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags,
444 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() {
453 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() {
460 ScriptInterpreterPythonImpl::Locker::~Locker() {
482 Locker locker(this, Locker
[all...]
H A DScriptInterpreterPythonImpl.h288 class Locker : public ScriptInterpreterLocker { class in class:lldb_private::ScriptInterpreterPythonImpl
304 Locker(ScriptInterpreterPythonImpl *py_interpreter,
310 ~Locker() override;
433 ScriptInterpreterPythonImpl::Locker locker(
435 ScriptInterpreterPythonImpl::Locker::AcquireLock |
436 ScriptInterpreterPythonImpl::Locker::InitSession |
437 ScriptInterpreterPythonImpl::Locker::InitGlobals,
438 ScriptInterpreterPythonImpl::Locker::FreeAcquiredLock |
439 ScriptInterpreterPythonImpl::Locker::TearDownSession);
448 // to PyGILState_Ensure and PyGILState_Release (using the Locker
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h33 using Locker = std::function<Status(const uint64_t, const uint64_t)>;
47 Status DoLock(const Locker &locker, const uint64_t start, const uint64_t len);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp65 Status LockFileBase::DoLock(const Locker &locker, const uint64_t start,

Completed in 122 milliseconds