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