Home
last modified time | relevance | path

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

/xnu-11417.101.15/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-11417.101.15/tools/lldbmacros/tests/integration_smoke/
H A Dtest_lldb_macros.py599 timed_out = False
602 nonlocal timed_out
603 timed_out = True
615 if timed_out:
/xnu-11417.101.15/bsd/net/
H A Dbpf.c1270 int timed_out, hbuf_len; in bpfread() local
1299 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
1317 if ((d->bd_immediate || timed_out || (ioflag & IO_NDELAY)) && in bpfread()