Searched defs:Lckc (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtlock.c38 static unsigned char *Lckc; /* slots of char locks */ variable
124 lockobj(Lckc+r, sizeof(char), 1);
125 if(Lckc[r] != Pnum)
127 Pnum, Pid[Pnum], (int)Lckc[r]);
128 lockobj(Lckc+r, sizeof(char), 0);
166 Lckc = (unsigned char* )(Lcks + N_SLOT);

Completed in 10 milliseconds