Searched defs:proxyLockingContext (Results 1 – 1 of 1) sorted by relevance
45958 typedef struct proxyLockingContext proxyLockingContext; typedef45959 struct proxyLockingContext { struct45960 unixFile *conchFile; /* Open conch file */45961 char *conchFilePath; /* Name of the conch file */45962 unixFile *lockProxy; /* Open proxy lock file */45963 char *lockProxyPath; /* Name of the proxy lock file */45964 char *dbPath; /* Name of the open file */45965 int conchHeld; /* 1 if the conch is held, -1 if lockless */45966 int nFails; /* Number of conch taking failures */45967 void *oldLockingContext; /* Original lockingcontext to restore on close */[all …]