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

/ast/src/cmd/warp/
H A Dwarp.c194 typedef int (*Select_f)(int, void*, void*, void*, const struct timeval*); typedef
628 return (*(Select_f)p->call)(n, rp, wp, ep, tv);
638 if ((r = (*(Select_f)p->call)(n, rp, wp, ep, &x)) != -1 && !p->warped && p->level != state.level)

Completed in 19 milliseconds