HomeSort by: relevance | last modified time | path
    Searched refs:numthreads (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 50 int numthreads = __builtin_gcn_dim_size (1); local
56 gomp_global_icv.thread_limit_var = numthreads;
74 * numthreads);
81 pool->threads = team_malloc (sizeof (void *) * numthreads);
82 for (int tid = 0; tid < numthreads; tid++)
84 pool->threads_size = numthreads;
85 pool->threads_used = numthreads;
88 gomp_simple_barrier_init (&pool->threads_dock, numthreads);
  /src/external/bsd/unbound/dist/contrib/
parseunbound.pl 21 my $numthreads = 4;
55 # b) parsed all $numthreads threads in the log.
59 while ( scalar keys %startstats < $numthreads || scalar keys %donestats < $numthreads) {
72 if ($inthread + 1 > $numthreads) {
73 die "Hey. lazy. change \$numthreads in this script to ($inthread)\n";
129 foreach my $thread ( 0 .. $numthreads - 1 ) {
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 57 int numthreads = __builtin_gcn_dim_size (1); local
67 gomp_global_icv.thread_limit_var = numthreads;
93 * numthreads);
100 pool->threads = team_malloc (sizeof (void *) * numthreads);
101 for (int tid = 0; tid < numthreads; tid++)
103 pool->threads_size = numthreads;
104 pool->threads_used = numthreads;
107 gomp_simple_barrier_init (&pool->threads_dock, numthreads);
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-compilers-check 600 numthreads = options.threads
603 + str(numthreads) + " threads using " + str(jobs)
609 for t in range(numthreads):
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
cpuid.d 571 immutable uint numthreads = ((a>>14) & 0xFFF) + 1;
587 (sz * datacache[level].lineSize * line_partitions ) / (numthreads *1024));
  /src/external/bsd/top/dist/machine/
m_freebsd.c 571 return snprintf(buf, sz, "%3d", PP(pp, numthreads));

Completed in 35 milliseconds