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

  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
team.c 52 int tid, ntids; local
54 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids));
57 gomp_global_icv.nthreads_var = ntids;
58 gomp_global_icv.thread_limit_var = ntids;
63 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs));
64 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs));
67 pool->threads = alloca (ntids * sizeof (*pool->threads));
68 for (tid = 0; tid < ntids; tid++)
70 pool->threads_size = ntids;
71 pool->threads_used = ntids;
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
team.c 59 int tid, ntids; local
61 asm ("mov.u32 %0, %%ntid.y;" : "=r" (ntids));
65 gomp_global_icv.nthreads_var = ntids;
66 gomp_global_icv.thread_limit_var = ntids;
71 nvptx_thrs = alloca (ntids * sizeof (*nvptx_thrs));
72 memset (nvptx_thrs, 0, ntids * sizeof (*nvptx_thrs));
93 pool->threads = alloca (ntids * sizeof (*pool->threads));
94 for (tid = 0; tid < ntids; tid++)
96 pool->threads_size = ntids;
97 pool->threads_used = ntids;
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_nt.c 44 static int ntids; variable
88 tids[ntids].tid = tid;
89 tids[ntids].thd = thd;
90 ntids++;
108 for (i=0; i<ntids; i++) {
112 if ( i > ntids ) return -1;
115 for (; i<ntids; i++) {
118 ntids--;
  /src/sys/dev/pci/cxgb/
cxgb_offload.h 154 unsigned int ntids; member in struct:tid_info
225 return tid < t->ntids ? &(t->tid_tab[tid]) : NULL;

Completed in 19 milliseconds