Searched defs:TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/rpc/
H A Drpc_generic.c449 struct timeval TIMEOUT = {25, 0}; local
/barrelfish-master/include/lwip2/netif/ppp/
H A Dppp_impl.h534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(0) macro

Completed in 52 milliseconds