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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcascade_cond.c73 static int *conds; variable
140 conds = (int *)mmap(NULL,
145 if (conds == MAP_FAILED) {
166 conds[i] = 0;
176 while (conds[index] != 0) {
179 conds[index] = 1;
189 conds[index] = 0;

Completed in 18 milliseconds