Searched defs:start_func (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/bomp/backends/
H A Dlinux.c90 struct thread *backend_thread_create_varstack(bomp_thread_func_t start_func, argument
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddomain.c153 thread_func_t start_func = (thread_func_t)(uintptr_t)funcaddr; local
1004 errval_t domain_thread_create_on(coreid_t core_id, thread_func_t start_func, argument
945 domain_thread_create_on_varstack(coreid_t core_id, thread_func_t start_func, void *arg, size_t stacksize, struct thread **newthread) argument
H A Dthreads.c82 static void thread_entry(thread_func_t start_func, void *start_data) argument
354 struct thread *thread_create_unrunnable(thread_func_t start_func, void *arg, argument
444 struct thread *thread_create_varstack(thread_func_t start_func, void *arg, argument
467 thread_create(thread_func_t start_func, void *arg) argument
[all...]

Completed in 303 milliseconds