Home
last modified time | relevance | path

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

/examples/standalone/
A Dsched.c168 lthreads[i].state = STATE_EMPTY; in sched_init()
221 lthreads[i].func = func; in thread_create()
222 lthreads[i].arg = arg; in thread_create()
240 lthreads[id].state = STATE_EMPTY; in thread_delete()
249 lthreads[current_tid].retval = in thread_launcher()
250 lthreads[current_tid].func (lthreads[current_tid].arg); in thread_launcher()
275 (unsigned)lthreads[id].stack); in thread_start()
294 lthreads[id].state = STATE_STOPPED;
317 *ret = lthreads[i].retval; in thread_join()
326 j, i, lthreads[i].state); in thread_join()
[all …]

Completed in 5 milliseconds