Searched refs:thrcontext (Results 1 – 2 of 2) sorted by relevance
39 int (*threadfn)(void *), void *thrcontext, char *name) in uisthread_start() argument43 thrinfo->task = kthread_run(threadfn, thrcontext, name); in uisthread_start()
37 void *thrcontext,