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

/barrelfish-master/usr/examples/xmpl-thc-lang/
H A Dthc-lang.c28 static void run_client(struct xmplthc_thc_client_binding_t *cl, int id) function
64 run_client(cl, atoi(arg));
/barrelfish-master/usr/tests/distops/
H A Dmain.c175 static void run_client(void) function
205 run_client();
/barrelfish-master/usr/examples/xmpl-thc-binding/
H A Dthc-binding.c28 static void run_client(struct xmplthc_thc_client_binding_t *cl) function
81 run_client(cl);
/barrelfish-master/usr/bench/sdma_bench/
H A Dsdma_bench.c221 static void run_client(struct omap_sdma_thc_client_binding_t *cl) function
284 run_client(cl);
/barrelfish-master/usr/tests/sdmatest/
H A Dsdmatest.c119 static void run_client(struct omap_sdma_thc_client_binding_t *cl) function
355 run_client(cl);
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex300 run_client(myst); /* calling run_client for first time */
311 static void run_client(void *arg)
317 /* Creating a continuation which will call run_client */
318 struct event_closure txcont = MKCONT(run_client, myst);

Completed in 96 milliseconds