Home
last modified time | relevance | path

Searched refs:readlock_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c50 static readlock_t *
54 readlock_t *remembered = NULL; in rwl_entry()
55 readlock_t *readlockp; in rwl_entry()
89 readlockp = lmalloc(nlocks * sizeof (readlock_t)); in rwl_entry()
105 readlockp = lmalloc(nlocks * 2 * sizeof (readlock_t)); in rwl_entry()
107 nlocks * sizeof (readlock_t)); in rwl_entry()
108 lfree(self->ul_readlock.array, nlocks * sizeof (readlock_t)); in rwl_entry()
127 lfree(ulwp->ul_readlock.array, nlocks * sizeof (readlock_t)); in rwl_free()
143 readlock_t *readlockp; in rw_read_held()
715 readlock_t *readlockp; in rw_rdlock_impl()
[all …]
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h487 } readlock_t; typedef
656 readlock_t single;
657 readlock_t *array;