Home
last modified time | relevance | path

Searched refs:timed_out (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/tests/
H A Dpoll.c113 __block bool timed_out = true; variable
119 T_ASSERT_FALSE(timed_out, "poll timed out after %d seconds",
125 timed_out = false;
/xnu-8020.121.3/bsd/net/
H A Dbpf.c1016 int timed_out, hbuf_len; in bpfread() local
1045 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
1063 if ((d->bd_immediate || timed_out || (ioflag & IO_NDELAY)) && in bpfread()