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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c23273 #define _SHM_RDLCK 2 /* shared lock, no wait */ macro
23278 int lockType, /* _SHM_UNLCK, _SHM_RDLCK, _SHM_WRLCK or _SHM_WRLCK_WAIT */
23299 case _SHM_RDLCK:
23719 rc = os2ShmSystemLock(pShmNode, _SHM_RDLCK, ofst+OS2_SHM_BASE, n);
33364 #define _SHM_RDLCK macro
[all...]

Completed in 322 milliseconds