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

/barrelfish-2018-10-04/lib/barrelfish/include/
H A Dthreads_priv.h118 struct thread *thread_create_unrunnable(thread_func_t start_func, void *arg,
/barrelfish-2018-10-04/lib/barrelfish/
H A Dthreads.c354 struct thread *thread_create_unrunnable(thread_func_t start_func, void *arg, function
447 struct thread *newthread = thread_create_unrunnable(start_func, arg, stacksize);
849 thread_create_unrunnable(cleanup_thread, me,
H A Ddomain.c647 thread_create_unrunnable(remote_core_init_enabled,

Completed in 47 milliseconds