Searched refs:func (Results 1 – 1 of 1) sorted by relevance
51 int (*func) (void *); member69 static int thread_create (int (*func) (void *), void *arg);214 static int thread_create (int (*func) (void *), void *arg) in thread_create()221 lthreads[i].func = func; in thread_create()247 (unsigned)lthreads[current_tid].func); in thread_launcher()250 lthreads[current_tid].func (lthreads[current_tid].arg); in thread_launcher()
Completed in 6 milliseconds