Home
last modified time | relevance | path

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

/l4re-core-master/l4sys/include/
A D__timeout.h64 l4_timeout_s snd; /**< send timeout */ member
68 l4_timeout_s snd; /**< send timeout */
124 l4_timeout_t l4_timeout(l4_timeout_s snd, l4_timeout_s rcv) L4_NOTHROW;
134 void l4_snd_timeout(l4_timeout_s snd, l4_timeout_t *to) L4_NOTHROW;
191 t.p.snd.t = (snd_man & 0x3ff) | ((snd_exp << 10) & 0x7c00); in l4_ipc_timeout()
198 l4_timeout_t l4_timeout(l4_timeout_s snd, l4_timeout_s rcv) L4_NOTHROW in l4_timeout() argument
201 t.p.snd = snd; in l4_timeout()
208 void l4_snd_timeout(l4_timeout_s snd, l4_timeout_t *to) L4_NOTHROW in l4_snd_timeout() argument
210 to->p.snd = snd; in l4_snd_timeout()

Completed in 2 milliseconds