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

/ast/src/cmd/tests/aso/
H A Dtlock.c41 static unsigned int *Done; /* count done workloads */ variable
130 asoincint(Done);
152 z = sizeof(*Nproc) + (N_PROC+1)*sizeof(pid_t) + sizeof(*Done) +
163 Done = (unsigned int*)(Pid + (N_PROC+1)*sizeof(pid_t));
164 Lcki = (unsigned int*)(Done + 1);
187 if(*Done != N_PROC)

Completed in 22 milliseconds