Coda Distributed File System
Public Attributes | List of all members
rw_lock_t Struct Reference

#include <rvm_private.h>

Collaboration diagram for rw_lock_t:
Collaboration graph
[legend]

Public Attributes

RVM_MUTEX mutex
 
long read_cnt
 
long write_cnt
 
list_entry_t queue
 
rw_lock_mode_t lock_mode
 

Member Data Documentation

◆ lock_mode

rw_lock_mode_t rw_lock_t::lock_mode

◆ mutex

RVM_MUTEX rw_lock_t::mutex

◆ queue

list_entry_t rw_lock_t::queue

◆ read_cnt

long rw_lock_t::read_cnt

◆ write_cnt

long rw_lock_t::write_cnt

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