Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c74 static int thread_create (int (*func) (void *), void *arg);
99 j = thread_create (testthread, (void *) &names[i]); in sched()
220 static int thread_create (int (*func) (void *), void *arg) in thread_create() function
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dmmap-thread-lookup.c79 static int thread_create(int i) in thread_create() function
111 err = thread_create(i); in threads_create()