Searched refs:gomp_thread_start (Results 1 – 7 of 7) sorted by relevance
36 static void gomp_thread_start (struct gomp_thread_pool *);82 gomp_thread_start (nvptx_thrs[0].thread_pool); in gomp_nvptx_main()90 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() function
37 static void gomp_thread_start (struct gomp_thread_pool *);85 gomp_thread_start (nvptx_thrs[0].thread_pool); in gomp_nvptx_main()93 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() function
32 static void gomp_thread_start (struct gomp_thread_pool *);97 gomp_thread_start (gcn_thrs ()[0].thread_pool); in gomp_gcn_enter_kernel()113 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() function
68 gomp_thread_start (void *xdata) in gomp_thread_start() function839 err = pthread_create (&start_data->handle, attr, gomp_thread_start, in gomp_team_start()
70 gomp_thread_start (void *xdata) in gomp_thread_start() function858 err = pthread_create (&start_data->handle, attr, gomp_thread_start, in gomp_team_start()
1179 (gomp_thread_start): Initialize thr->num_teams and thr->team_num.2745 * team.c (gomp_thread_start): Call pthread_setspecific for7058 (gomp_thread_start): Call pthread_detach.13630 (gomp_thread_start): Clear thr->thread_pool and14966 * team.c (gomp_thread_start): Destroy thr->release semaphore.15364 (gomp_thread_start): Add gomp_team_barrier_wait call.16936 (gomp_thread_start): Use gomp_barrier_wait.17428 (gomp_thread_start): Pause when initially spawned to wait for