Home
last modified time | relevance | path

Searched refs:lock_held (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-persist/src/
H A Dtesting.rs23 lock_held: bool, field
57 lock_held: false, in new()
70 lock_held: false, in new_manager()
97 if !inner.lock_held { in store()
111 inner.lock_held in can_store()
116 if inner.lock_held { in try_lock()
124 inner.lock_held = true; in try_lock()
134 if self.lock_held { in drop()
135 self.lock_held = false; in drop()
/dports/games/leela-zero/leela-zero-0.17/src/
H A DSMP.cpp57 auto lock_held = m_mutex->m_lock.exchange(false, std::memory_order_release); in unlock() local
61 (void)lock_held; in unlock()
63 assert(lock_held); in unlock()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-client/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-client/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/access/
H A Dtwophase.h39 extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid, bool lock_held);
40 extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid, bool lock_held);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_imp.py11 self.assertEqual(imp.lock_held(), expected,
18 lock_held_at_start = imp.lock_held()
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_imp.py16 self.assertEqual(imp.lock_held(), expected,
23 lock_held_at_start = imp.lock_held()

12345678910