Searched refs:run_thread (Results 1 – 4 of 4) sorted by relevance
43 run_thread(void *arg) in run_thread() function82 CHECKr(pthread_create(&threads[i], NULL, run_thread, NULL)); in main()
84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local85 internal_join_thread(run_thread); in StopTheWorld()
96 run_thread(void *arg) in run_thread() 143 error = pthread_create(&thrs[i], &tattr, run_thread, NULL); in create_threads() 93 run_thread(void *arg) run_thread() function
102 struct proc *run_thread,1095 struct proc *run_thread, int run_others) in inf_set_threads_resume_sc() argument1100 if (thread == run_thread) in inf_set_threads_resume_sc()