Home
last modified time | relevance | path

Searched defs:_pthread_rwlock (Results 1 – 1 of 1) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dtypes.h440 typedef struct _pthread_rwlock { /* = rwlock_t in synch.h */ struct
441 int32_t __pthread_rwlock_readers; argument
442 uint16_t __pthread_rwlock_type; argument
443 uint16_t __pthread_rwlock_magic; argument
444 pthread_mutex_t __pthread_rwlock_mutex; argument
445 pthread_cond_t __pthread_rwlock_readercv; argument
446 pthread_cond_t __pthread_rwlock_writercv; argument