Searched refs:thread_detach (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/usr/tests/yield_test/
H A Dyield_test.c39 errval_t err = thread_detach(t);
45 errval_t err = thread_detach(t);
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dlu.c187 errval_t err = thread_detach(thread_self());
/barrelfish-2018-10-04/include/barrelfish/
H A Dthreads.h44 errval_t thread_detach(struct thread *thread);
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_shared.c66 thread_detach(thread_self());
152 thread_detach(thread_self());
/barrelfish-2018-10-04/lib/phoenix/
H A Dtpool.c137 err = thread_detach(tpool->threads[i]);
/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c77 errval_t err = thread_detach(thread_self());
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c638 err = thread_detach(state->session_thread);
/barrelfish-2018-10-04/usr/acpi/
H A Dacpica_osglue.c1152 errval_t err = thread_detach(thread);
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddomain.c233 errval_t err = thread_detach(thread_self());
733 err = thread_detach(interdisp_thread);
H A Dthreads.c521 errval_t thread_detach(struct thread *thread) function
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c966 err = thread_detach(t);

Completed in 209 milliseconds