Searched refs:HASFLOCK (Results 1 – 11 of 11) sorted by relevance
253 # define HASFLOCK 0 /* does not have flock call - use fcntl */ macro484 # ifndef HASFLOCK485 # define HASFLOCK 1 /* has flock(2) call */ macro586 # ifndef HASFLOCK587 # define HASFLOCK 1 /* has flock(2) call */ macro660 # ifndef HASFLOCK663 # define HASFLOCK 0 /* 5.0 and later has bad flock(2) call */ macro665 # define HASFLOCK 1 /* has flock(2) call */ macro695 # ifndef HASFLOCK696 # define HASFLOCK 1 /* has flock(2) call */ macro[all …]
38 # if !HASFLOCK && defined(DB_FCNTL_LOCKING)
43 #if !HASFLOCK
208 #if !HASFLOCK343 #if !HASFLOCK
86 #if !HASFLOCK
637 #if HASFLOCK680 #if HASFLOCK698 #if !HASFLOCK747 #if HASFLOCK758 #if HASFLOCK824 #if HASFLOCK847 #if HASFLOCK
3615 #if !HASFLOCK5960 # if DB_VERSION_MAJOR >= 5 && !defined(SOLARIS) && !HASFLOCK && !ACCEPT_BROKEN_BDB_LOCKING6128 #if HASFLOCK6218 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
304 #if O_EXLOCK && HASFLOCK && !BOGUS_O_EXCL
33 #if HASFLOCK && defined(O_EXLOCK)
231 HASFLOCK Set this if you prefer to use the flock(2) system call
949 HASFLOCK set). Based on patch by Motonori Nakamura2036 If the operating system supports O_EXLOCK and HASFLOCK is set8520 Avoid reference to uninitialized file descriptor if HASFLOCK9983 Change HASFLOCK from defined/not-defined to a 0/1 definition10070 Fix configuration for HASFLOCK -- there were some spots where