Motr  M0
rwlock.c File Reference
#include "lib/rwlock.h"
#include "lib/assert.h"
Include dependency graph for rwlock.c:

Go to the source code of this file.

Functions

M0_INTERNAL void m0_rwlock_init (struct m0_rwlock *lock)
 
M0_INTERNAL void m0_rwlock_fini (struct m0_rwlock *lock)
 
M0_INTERNAL void m0_rwlock_write_lock (struct m0_rwlock *lock)
 
M0_INTERNAL void m0_rwlock_write_unlock (struct m0_rwlock *lock)
 
M0_INTERNAL void m0_rwlock_read_lock (struct m0_rwlock *lock)
 
M0_INTERNAL void m0_rwlock_read_unlock (struct m0_rwlock *lock)