Searched refs:thread_create (Results 1 – 2 of 2) sorted by relevance
72 static int thread_create (int (*func) (void *), void *arg);97 j = thread_create (testthread, (void *) &names[i]); in sched()218 static int thread_create (int (*func) (void *), void *arg) in thread_create() function
79 static int thread_create(int i) in thread_create() function111 err = thread_create(i); in threads_create()