Searched defs:rwlock_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsynch.h88 } rwlock_t; typedef in typeref:struct:_rwlock
115 int rwlock_init(rwlock_t *, int, void *);
116 int rwlock_destroy(rwlock_t *);
117 int rw_rdlock(rwlock_t *);
118 int rw_wrlock(rwlock_t *);
119 int rw_unlock(rwlock_t *);
120 int rw_tryrdlock(rwlock_t *);
121 int rw_trywrlock(rwlock_t *);
205 int _rw_read_held(void *); /* rwlock_t or pthread_rwlock_t */
206 int _rw_write_held(void *); /* rwlock_t o
[all...]

Completed in 75 milliseconds