Coda Distributed File System
|
#include <lock.h>
Public Attributes | |
unsigned char | wait_states |
unsigned char | excl_locked |
unsigned char | readers_reading |
unsigned char | num_waiting |
PROCESS | excl_locker |
Lock structure
unsigned char Lock::excl_locked |
exclusive lock flag
PROCESS Lock::excl_locker |
exclusive locker
unsigned char Lock::num_waiting |
waiting lockers counter
unsigned char Lock::readers_reading |
number of readers with read locks
unsigned char Lock::wait_states |
type of lockers waiting