Go to the source code of this file.
Classes | |
| struct | mtm_rwlock_t |
Functions | |
| int | mtm_rwlock_init (mtm_rwlock_t *) |
| int | mtm_rwlock_rdlock (mtm_rwlock_t *) |
| int | mtm_rwlock_wrlock (mtm_rwlock_t *) |
| int | mtm_rwlock_trywrlock (mtm_rwlock_t *) |
| int | mtm_rwlock_unlock (mtm_rwlock_t *) |
Definition in file rwlock.h.
1.4.7