Home
last modified time | relevance | path

Searched defs:pLock (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSpinLock.c7 qatUtilsLockInit(struct mtx *pLock) in qatUtilsLockInit()
18 qatUtilsLock(struct mtx *pLock) in qatUtilsLock()
28 qatUtilsUnlock(struct mtx *pLock) in qatUtilsUnlock()
38 qatUtilsLockDestroy(struct mtx *pLock) in qatUtilsLockDestroy()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h596 #define LAC_LOCK_MUTEX(pLock, timeout) \ argument
611 #define LAC_UNLOCK_MUTEX(pLock) \ argument
626 #define LAC_INIT_MUTEX(pLock) \ argument
641 #define LAC_DESTROY_MUTEX(pLock) \ argument
656 #define LAC_TRYLOCK_MUTEX(pLock) \ argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.c40463 struct flock *pLock, /* The description of the lock */ in osSetPosixAdvisoryLock()
40502 static int unixFileLock(unixFile *pFile, struct flock *pLock){ in unixFileLock()
70970 BtLock *pLock; /* List of locks held on this shared-btree struct */ member
71726 BtLock *pLock; local
71778 BtLock *pLock; local
71955 BtLock *pLock = 0; local
72030 BtLock *pLock = *ppIter; local
72071 BtLock *pLock; local