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

/barrelfish-2018-10-04/lib/barrelfish/
H A Dmultihop_chan.c237 static void send_bind_reply(void *arg);
330 &reply_state->qnode, MKCLOSURE(send_bind_reply, reply_state));
356 &reply_state->qnode, MKCLOSURE(send_bind_reply, reply_state));
363 static void send_bind_reply(void *st) function
381 monitor_binding->waitset, MKCONT(send_bind_reply, reply_state));
H A Dlmp_chan.c170 static void send_bind_reply(void *arg) function
184 MKCONT(send_bind_reply,st));
237 MKCLOSURE(send_bind_reply, st));
H A Dump_chan.c107 static void send_bind_reply(void *arg) function
123 MKCONT(send_bind_reply, st));
187 MKCLOSURE(send_bind_reply, st));

Completed in 39 milliseconds