Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dpoll.c114 __block bool timed_out = true; variable
120 T_ASSERT_FALSE(timed_out, "poll timed out after %d seconds",
126 timed_out = false;
/xnu-12377.61.12/tools/lldbmacros/tests/integration_smoke/
H A Dtest_lldb_macros.py598 timed_out = False
601 nonlocal timed_out
602 timed_out = True
614 if timed_out:
/xnu-12377.61.12/bsd/net/
H A Dbpf.c1296 int timed_out, hbuf_len; in bpfread() local
1325 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
1343 if ((d->bd_immediate || timed_out || (ioflag & IO_NDELAY)) && in bpfread()