Searched refs:ul_rdlockcnt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Drwlock.c45 * Else if we are returning an entry with ul_rdlockcnt == 0,
59 if ((nlocks = self->ul_rdlockcnt) != 0)
81 if ((nlocks = self->ul_rdlockcnt) == 0) {
86 self->ul_rdlockcnt = nlocks = NLOCKS;
108 self->ul_rdlockcnt *= 2;
124 if ((nlocks = ulwp->ul_rdlockcnt) != 0)
126 ulwp->ul_rdlockcnt = 0;
155 if ((nlocks = self->ul_rdlockcnt) != 0)
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h621 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */ member in struct:ulwp
1041 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */ member in struct:ulwp32

Completed in 22 milliseconds