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

/bind-9.6-ESV-R11/lib/isc/
H A Drwlock.c33 #define RWLOCK_MAGIC ISC_MAGIC('R', 'W', 'L', 'k') macro
34 #define VALID_RWLOCK(rwl) ISC_MAGIC_VALID(rwl, RWLOCK_MAGIC)
83 * goes well, we'll set it to RWLOCK_MAGIC.
140 rwl->magic = RWLOCK_MAGIC;
735 rwl->magic = RWLOCK_MAGIC;

Completed in 287 milliseconds