Coda Distributed File System
Classes | Macros | Typedefs
vicelock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ViceLock
 

Macros

#define VICELOCKWAIT   (30 * 60) /* wait 30 minutes */
 
#define ViceLockCheckLocked(vptr)   ((vptr)->lockTime == 0)
 
#define ViceLockClear(vptr)   ((vptr)->lockCount = (vptr)->lockTime = 0)
 

Typedefs

typedef struct ViceLock ViceLock
 

Macro Definition Documentation

◆ ViceLockCheckLocked

#define ViceLockCheckLocked (   vptr)    ((vptr)->lockTime == 0)

◆ ViceLockClear

#define ViceLockClear (   vptr)    ((vptr)->lockCount = (vptr)->lockTime = 0)

◆ VICELOCKWAIT

#define VICELOCKWAIT   (30 * 60) /* wait 30 minutes */

Typedef Documentation

◆ ViceLock

typedef struct ViceLock ViceLock