Home
last modified time | relevance | path

Searched refs:_rw_write_held (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libfakekernel/common/
H A Drwlock.c38 int _rw_write_held(void *);
72 if (_rw_write_held(&rwlp->rw_lock)) { in rw_exit()
120 return (_rw_write_held(rwlp)); in rw_write_held()
/titanic_44/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 */
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h256 #define RW_WRITE_HELD(x) _rw_write_held(&(x)->rw_lock)
/titanic_44/usr/src/lib/libthread/common/
H A Dmapfile-vers241 _rw_write_held { TYPE = FUNCTION };
/titanic_44/usr/src/lib/libc/port/threads/
H A Drwlock.c177 #pragma weak _rw_write_held = rw_write_held macro
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers1926 _rw_write_held;