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

/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h627 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */ member in struct:ulwp
1047 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */ member in struct:ulwp32
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c2999 if ((nlocks = self->ul_heldlockcnt) != 0)
3021 if ((nlocks = self->ul_heldlockcnt) == 0) {
3026 self->ul_heldlockcnt = nlocks = INITIAL_LOCKS;
3047 self->ul_heldlockcnt *= 2;
3083 if ((nlocks = ulwp->ul_heldlockcnt) != 0)
3085 ulwp->ul_heldlockcnt = 0;
3101 if ((nlocks = self->ul_heldlockcnt) != 0)

Completed in 28 milliseconds