Motr  M0
m0_rwlock Struct Reference

#include <rwlock.h>

Collaboration diagram for m0_rwlock:
Collaboration graph

Data Fields

struct rw_semaphore rw_sem
 
pthread_rwlock_t rw_lock
 

Detailed Description

Blocking read-write lock.

Definition at line 40 of file rwlock.h.

Field Documentation

◆ rw_lock

pthread_rwlock_t rw_lock

Definition at line 40 of file rwlock.h.

◆ rw_sem

struct rw_semaphore rw_sem

Definition at line 41 of file rwlock.h.


The documentation for this struct was generated from the following file: