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

/osnet-11/usr/src/lib/libc/port/threads/
H A Drwlock.c36 #define NLOCKS 4 /* initial number of readlock_t structs allocated */
48 static readlock_t *
52 readlock_t *remembered = NULL;
53 readlock_t *readlockp;
79 * readlock_t entry into an array of readlock_t entries if necessary.
83 * Initial allocation of the readlock_t array.
87 readlockp = lmalloc(nlocks * sizeof (readlock_t));
89 * The single readlock_t becomes the first entry in the array.
103 readlockp = lmalloc(nlocks * 2 * sizeof (readlock_t));
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h481 } readlock_t; typedef in typeref:struct:__anon1355
624 readlock_t single;
625 readlock_t *array;

Completed in 36 milliseconds