Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/standalone/
H A Dsched.c76 static int thread_join (int *ret);
127 i = thread_join (&j); in sched()
303 static int thread_join (int *ret) in thread_join() function
/openbmc/u-boot/doc/
H A DREADME.sched51 thread may thread_join, preferably the master/parent thread.