Home
last modified time | relevance | path

Searched refs:rwlock_owner (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Drwlock.c191 rwlp->rwlock_owner == (uintptr_t)self && in rw_write_held()
461 rwlp->rwlock_owner = (uintptr_t)ulwp; in rw_queue_release()
680 rwlp->rwlock_owner == (uintptr_t)self) { in rwlock_lock()
850 rwlp->rwlock_owner = (uintptr_t)self; in rw_wrlock_impl()
988 rwlp->rwlock_owner = (uintptr_t)self; in rw_trywrlock()
1045 rwlp->rwlock_owner = 0; in rw_unlock()
H A Dassfail.c318 ultos((uint64_t)rcopy.rwlock_owner, 16, in rwlock_error()
/titanic_50/usr/src/uts/sparc/sys/
H A Dsynch32.h72 #define rwlock_owner readercv.data macro
/titanic_50/usr/src/uts/intel/sys/
H A Dsynch32.h72 #define rwlock_owner readercv.data macro
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2587 generic_so.rwlock.rwlock_owner; in sync_get_info_common()