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

/bind-9.11.3/lib/isc/
H A Drwlock.c687 doit(isc_rwlock_t *rwl, isc_rwlocktype_t type, isc_boolean_t nonblock) { function
767 result = doit(rwl, type, ISC_FALSE);
773 } while (doit(rwl, type, ISC_TRUE) != ISC_R_SUCCESS);
782 return (doit(rwl, type, ISC_TRUE));

Completed in 18 milliseconds