Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Drwlock.c53 readlock_t *readlockp; in rwl_entry() local
60 readlockp = self->ul_readlock.array; in rwl_entry()
63 readlockp = &self->ul_readlock.single; in rwl_entry()
66 for (; nlocks; nlocks--, readlockp++) { in rwl_entry()
67 if (readlockp->rd_rwlock == rwlp) in rwl_entry()
68 return (readlockp); in rwl_entry()
69 if (readlockp->rd_count == 0 && remembered == NULL) in rwl_entry()
70 remembered = readlockp; in rwl_entry()
87 readlockp = lmalloc(nlocks * sizeof (readlock_t)); in rwl_entry()
91 *readlockp = self->ul_readlock.single; in rwl_entry()
[all …]