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