Searched refs:Lock (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtproc.c32 static unsigned int *Lock; /* Asolock */ variable
76 Lock = (unsigned int*)addr; /* this is used by asolock() */
77 Count = Lock+1; /* this is the shared counter to be updated asynchronously */
94 *Lock = 0;
117 if(*Lock != 0)
118 terror("Aso lock is still held by %d", *Lock);

Completed in 28 milliseconds