Searched refs:thread_create (Results 1 – 1 of 1) sorted by relevance
69 static int thread_create (int (*func) (void *), void *arg);94 j = thread_create (testthread, (void *) &names[i]); in sched()214 static int thread_create (int (*func) (void *), void *arg) in thread_create() function
Completed in 7 milliseconds