Searched refs:bd_thread_call (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h132 thread_call_t bd_thread_call; /* for BPF timeouts with select */ member in struct:bpf_d
H A Dbpf.c588 thread_call_enter_delayed(d->bd_thread_call, deadline);
610 return (thread_call_cancel(d->bd_thread_call));
678 d->bd_thread_call = thread_call_allocate(bpf_timed_out, d);
681 if (d->bd_thread_call == NULL) {
779 thread_call_free(d->bd_thread_call);

Completed in 19 milliseconds