Home | History | Annotate | Download | only in nvptx

Lines Matching defs:nvptx_thrs

34 struct gomp_thread *nvptx_thrs __attribute__((shared,nocommon));
63 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs));
64 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs));
69 pool->threads[tid] = nvptx_thrs + tid;
76 nvptx_thrs[0].thread_pool = pool;
80 gomp_free_thread (nvptx_thrs);
85 gomp_thread_start (nvptx_thrs[0].thread_pool);
115 while (nvptx_thrs);