Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c72 static int testthread (void *);
99 j = thread_create (testthread, (void *) &names[i]); in sched()
110 printf ("sched_test: function=0x%08x\n", (unsigned)testthread); in sched()
142 static int testthread (void *name) in testthread() function