Home | History | Annotate | Download | only in nvptx

Lines Matching defs:nvptx_thrs

34 struct gomp_thread *nvptx_thrs __attribute__((shared,nocommon));
71 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs));
72 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs));
95 pool->threads[tid] = nvptx_thrs + tid;
102 nvptx_thrs[0].thread_pool = pool;
106 gomp_free_thread (nvptx_thrs);
111 gomp_thread_start (nvptx_thrs[0].thread_pool);
141 while (nvptx_thrs);