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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Drwlock.c38 int _rw_write_held(void *);
72 if (_rw_write_held(&rwlp->rw_lock)) {
120 return (_rw_write_held(rwlp));
/illumos-gate/usr/src/head/
H A Dsynch.h178 #define RW_WRITE_HELD(x) _rw_write_held(x)
206 int _rw_write_held(void *); /* rwlock_t or pthread_rwlock_t */
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h257 #define RW_WRITE_HELD(x) _rw_write_held(&(x)->rw_lock)
/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c177 #pragma weak _rw_write_held = rw_write_held macro

Completed in 49 milliseconds