Searched defs:RWlock (Results 1 – 2 of 2) sorted by relevance
47 typedef struct RWlock RWlock; typedef104 struct RWlock /* changed from kernel */ struct106 int readers;107 Lock lk;108 QLock x;109 QLock k;
40 typedef struct RWlock RWlock; typedef119 struct RWlock struct121 Lock use;122 Proc *head; /* list of waiting processes */123 Proc *tail;124 ulong wpc; /* pc of writer */125 Proc *wproc; /* writing proc */126 int readers; /* number of readers */127 int writer; /* number of writers */