Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/bsd/net/
H A Dbpf.c1058 int timed_out, hbuf_len; in bpfread() local
1087 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
1105 if ((d->bd_immediate || timed_out || (ioflag & IO_NDELAY)) && in bpfread()