Searched defs:lockInfo (Results 1 – 1 of 1) sorted by relevance
227 struct lockInfo { struct228 struct lockKey key; /* The lookup key */229 int cnt; /* 0: unlocked. -1: write lock. 1...: read lock. */230 int nRef; /* Number of pointers to this structure */