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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23272 #define _SHM_UNLCK 1 /* no lock */ macro
23278 int lockType, /* _SHM_UNLCK, _SHM_RDLCK, _SHM_WRLCK or _SHM_WRLCK_WAIT */
23303 /* case _SHM_UNLCK: */
23313 lockType==_SHM_UNLCK ? "Unlock" : "Lock",
23462 os2ShmSystemLock(pNode, _SHM_UNLCK, OS2_SHM_DMS, 1);
23581 os2ShmSystemLock(pNode, _SHM_UNLCK, OS2_SHM_DMS, 1);
23691 rc = os2ShmSystemLock(pShmNode, _SHM_UNLCK, ofst+OS2_SHM_BASE, n);
33363 #define _SHM_UNLCK macro
[all...]

Completed in 406 milliseconds