HomeSort by: relevance | last modified time | path
    Searched defs:nvptx_thrs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
team.c 34 struct gomp_thread *nvptx_thrs __attribute__((shared,nocommon)); variable in typeref:struct:gomp_thread
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);
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
team.c 34 struct gomp_thread *nvptx_thrs __attribute__((shared,nocommon)); variable in typeref:struct:gomp_thread
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);
    [all...]

Completed in 16 milliseconds