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

/ast/src/cmd/tests/aso/
H A Dtlock.c40 static unsigned int *Lcki; /* slots of int locks */ variable
110 lockobj(Lcki+r, sizeof(int), 1);
111 if(Lcki[r] != Pnum)
113 Pnum, Pid[Pnum], (int)Lcki[r]);
114 lockobj(Lcki+r, sizeof(int), 0);
164 Lcki = (unsigned int*)(Done + 1);
165 Lcks = (unsigned short*)(Lcki + N_SLOT);

Completed in 9 milliseconds