Home
last modified time | relevance | path

Searched refs:ul_rdlockcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c60 if ((nlocks = self->ul_rdlockcnt) != 0) in rwl_entry()
82 if ((nlocks = self->ul_rdlockcnt) == 0) { in rwl_entry()
87 self->ul_rdlockcnt = nlocks = NLOCKS; in rwl_entry()
109 self->ul_rdlockcnt *= 2; in rwl_entry()
125 if ((nlocks = ulwp->ul_rdlockcnt) != 0) in rwl_free()
127 ulwp->ul_rdlockcnt = 0; in rwl_free()
156 if ((nlocks = self->ul_rdlockcnt) != 0) in rw_read_held()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h653 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */ member
1120 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c646 OFFSET(ul_rdlockcnt), in d_ulwp()
647 ulwp.ul_rdlockcnt, in d_ulwp()