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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c23275 #define _SHM_WRLCK_WAIT 4 /* exclusive lock, wait */ macro
23278 int lockType, /* _SHM_UNLCK, _SHM_RDLCK, _SHM_WRLCK or _SHM_WRLCK_WAIT */
23295 case _SHM_WRLCK_WAIT:
23448 os2ShmSystemLock(pNode, _SHM_WRLCK_WAIT, OS2_SHM_DMS, 1);
23541 os2ShmSystemLock(pNode, _SHM_WRLCK_WAIT, OS2_SHM_DMS, 1);
[all...]

Completed in 353 milliseconds