Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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