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

/barrelfish-2018-10-04/usr/examples/xmpl-thread/
H A Dthread-minimal.c43 err = thread_join(t_id, &ret);
47 DEBUG_ERR(err, "in thread_join");
H A Dthread.c108 err = thread_join(t_data[i].t_id, &(t_data[i].ret));
113 DEBUG_ERR(err, "in thread_join for thread %d", i);
/barrelfish-2018-10-04/include/barrelfish/
H A Dthreads.h43 errval_t thread_join(struct thread *thread, int *retval);
/barrelfish-2018-10-04/usr/tests/net-test/
H A Dnet-test.c285 thread_join(t, NULL);
308 thread_join(t, NULL);
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_shared.c268 errval_t err = thread_join(mt, &retval);
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddomain.c205 errval_t err = thread_join(thread, &retval);
1014 return thread_join(thread, retval);
H A Dthreads.c480 errval_t thread_join(struct thread *thread, int *retval) function

Completed in 111 milliseconds