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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c23274 #define _SHM_WRLCK 3 /* exlusive lock, no wait */ macro
23278 int lockType, /* _SHM_UNLCK, _SHM_RDLCK, _SHM_WRLCK or _SHM_WRLCK_WAIT */
23297 case _SHM_WRLCK:
23744 rc = os2ShmSystemLock(pShmNode, _SHM_WRLCK, ofst+OS2_SHM_BASE, n);
33365 #define _SHM_WRLCK macro
[all...]

Completed in 400 milliseconds