Home
last modified time | relevance | path

Searched refs:thread_create (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/examples/standalone/
Dsched.c72 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
/external/syzkaller/executor/
Dexecutor.cc283 static void thread_create(thread_t* th, int id);
712 thread_create(th, i); in schedule_call()
900 void thread_create(thread_t* th, int id) in thread_create() function