Searched defs:run_thread (Results 1 – 3 of 3) sorted by relevance
21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
724 static int run_thread(thread_t *t) in run_thread() function750 static int run_thread(thread_t *t) in run_thread() function
84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local