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

/libmicro/
H A Dcascade_fcntl.c131 block(int index) function
188 /* block their first move */
189 e += block(ts->ts_them0);
201 /* wait to be unblocked (id == 0 will not block) */
202 e += block(ts->ts_us0);
205 /* allow them to block us again */
208 /* block their next + 1 move */
209 e += block(ts->ts_them1);
215 e += block(ts->ts_us1);
219 e += block(t
[all...]
H A Dcascade_flock.c139 block(int index) function
184 /* block their first move */
185 e += block(ts->ts_them0);
197 /* wait to be unblocked (id == 0 will not block) */
198 e += block(ts->ts_us0);
201 /* allow them to block us again */
204 /* block their next + 1 move */
205 e += block(ts->ts_them1);
211 e += block(ts->ts_us1);
215 e += block(t
[all...]
H A Dcascade_lockf.c134 block(int index) function
179 /* block their first move */
180 e += block(ts->ts_them0);
192 /* wait to be unblocked (id == 0 will not block) */
193 e += block(ts->ts_us0);
196 /* allow them to block us again */
199 /* block their next + 1 move */
200 e += block(ts->ts_them1);
206 e += block(ts->ts_us1);
210 e += block(t
[all...]
H A Dcascade_mutex.c138 block(int index) function
183 /* block their first move */
184 e += block(ts->ts_them0);
196 /* wait to be unblocked (id == 0 will not block) */
197 e += block(ts->ts_us0);
200 /* allow them to block us again */
203 /* block their next + 1 move */
204 e += block(ts->ts_them1);
210 e += block(ts->ts_us1);
214 e += block(t
[all...]
H A Dcascade_cond.c173 block(int index) function
234 /* block their first move */
235 e += block(ts->ts_them0);
247 /* wait to be unblocked (id == 0 will not block) */
248 e += block(ts->ts_us0);
251 /* allow them to block us again */
254 /* block their next + 1 move */
255 e += block(ts->ts_them1);
261 e += block(ts->ts_us1);
265 e += block(t
[all...]
H A Dfile_lock.c47 block(int index) function
99 e += block(0);

Completed in 10 milliseconds