HomeSort by: relevance | last modified time | path
    Searched defs:RWUNLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 175 #define RWUNLOCK(lp, t) do { \
178 ISC_MSG_RWUNLOCK, "RWUNLOCK"), \
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 196 #define RWUNLOCK(lp, t) \
198 ISC_UTIL_TRACE(fprintf(stderr, "RWUNLOCK %p, %d %s %d\n", \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 214 #define RWUNLOCK(lp, t) \
216 ISC_UTIL_TRACE(fprintf(stderr, "RWUNLOCK %p, %d %s %d\n", \
222 #define RDUNLOCK(lp) RWUNLOCK(lp, isc_rwlocktype_read)
224 #define WRUNLOCK(lp) RWUNLOCK(lp, isc_rwlocktype_write)
232 RWUNLOCK(lock, locktype); \
  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 306 #define RWUNLOCK(rwlock) do { \
308 DEBUG_PRINTF ("%s%-75s %20s():%-5d %18p\n", aio_prefix, DEBUG_GREEN "RWUNLOCK: " DEBUG_NORM #rwlock, \
331 RWUNLOCK (rwlock); \
349 #define RWUNLOCK(rwlock) INTERN_RWUNLOCK (rwlock)
351 RWUNLOCK (rwlock); \
359 #define RWUNLOCK(rwlock) UNLOCK (rwlock)

Completed in 66 milliseconds