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

/xnu-2422.115.4/tools/tests/libMicro/
H A Dcascade_fcntl.c165 int us, them; local
173 them = (us + 1) % (lm_optP * lm_optT);
177 /* lock index asignment for us and them */
181 /* straight-thru connection to them */
182 ts->ts_them0 = (them * 4);
183 ts->ts_them1 = (them * 4) + 2;
185 /* cross-over connection to them */
186 ts->ts_them0 = (them * 4) + 2;
187 ts->ts_them1 = (them * 4);
210 /* allow them t
[all...]
H A Dcascade_flock.c161 int us, them; local
169 them = (us + 1) % (lm_optP * lm_optT);
173 /* lock index asignment for us and them */
177 /* straight-thru connection to them */
178 ts->ts_them0 = (them * 2);
179 ts->ts_them1 = (them * 2) + 1;
181 /* cross-over connection to them */
182 ts->ts_them0 = (them * 2) + 1;
183 ts->ts_them1 = (them * 2);
206 /* allow them t
[all...]
H A Dcascade_lockf.c156 int us, them; local
164 them = (us + 1) % (lm_optP * lm_optT);
168 /* lock index asignment for us and them */
172 /* straight-thru connection to them */
173 ts->ts_them0 = (them * 2);
174 ts->ts_them1 = (them * 2) + 1;
176 /* cross-over connection to them */
177 ts->ts_them0 = (them * 2) + 1;
178 ts->ts_them1 = (them * 2);
201 /* allow them t
[all...]
H A Dcascade_mutex.c160 int us, them; local
168 them = (us + 1) % (lm_optP * lm_optT);
172 /* lock index asignment for us and them */
176 /* straight-thru connection to them */
177 ts->ts_them0 = (them * 2);
178 ts->ts_them1 = (them * 2) + 1;
180 /* cross-over connection to them */
181 ts->ts_them0 = (them * 2) + 1;
182 ts->ts_them1 = (them * 2);
205 /* allow them t
[all...]
H A Dcascade_cond.c211 int us, them; local
219 them = (us + 1) % (lm_optP * lm_optT);
223 /* lock index asignment for us and them */
227 /* straight-thru connection to them */
228 ts->ts_them0 = (them * 2);
229 ts->ts_them1 = (them * 2) + 1;
231 /* cross-over connection to them */
232 ts->ts_them0 = (them * 2) + 1;
233 ts->ts_them1 = (them * 2);
256 /* allow them t
[all...]
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd73 # CC/CXX get defined by make(1) by default, so we can't check them

Completed in 25 milliseconds