Motr  M0
rwlock.h File Reference
Include dependency graph for rwlock.h:

Go to the source code of this file.

Macros

#define __MOTR_LIB_RWLOCK_H__
 

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)
 

Macro Definition Documentation

◆ __MOTR_LIB_RWLOCK_H__

#define __MOTR_LIB_RWLOCK_H__

Definition at line 26 of file rwlock.h.