Searched refs:ACTIVE_LOCK (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/ppp/usr.sbin/pppd/ |
H A D | tdb.c | 52 #define ACTIVE_LOCK 4 macro 1157 if (tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_SET, F_WRLCK, F_SETLK) == 0) { in tdb_open() 1159 tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_CLEAR, F_WRLCK, F_SETLK); in tdb_open() 1164 tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_SET, F_RDLCK, F_SETLKW); in tdb_open()
|