HelenOS sources

thread_create     229 kernel/generic/src/proc/thread.c thread_t *thread_create(void (*func)(void *), void *arg, task_t *task,
thread_create      92 uspace/lib/c/generic/thread/thread.c errno_t thread_create(void (*function)(void *), void *arg, const char *name,
HelenOS homepage, sources at GitHub