Searched defs:RWLOCK_MAGIC (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Drwlock.c25 #define RWLOCK_MAGIC ISC_MAGIC('R', 'W', 'L', 'k') macro
26 #define VALID_RWLOCK(rwl) ISC_MAGIC_VALID(rwl, RWLOCK_MAGIC)
103 * goes well, we'll set it to RWLOCK_MAGIC.
161 rwl->magic = RWLOCK_MAGIC;
904 rwl->magic = RWLOCK_MAGIC;

Completed in 13 milliseconds