HomeSort by: relevance | last modified time | path
    Searched defs:num_threads (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/mit/libuv/dist/test/
benchmark-thread.c 28 #define NUM_THREADS (20 * 1000)
30 static volatile int num_threads; variable
35 num_threads++;
48 for (i = 0; i < NUM_THREADS; i++) {
58 ASSERT(num_threads == NUM_THREADS);
61 NUM_THREADS, duration, NUM_THREADS / duration);
benchmark-thread.c 28 #define NUM_THREADS (20 * 1000)
30 static volatile int num_threads; variable
35 num_threads++;
48 for (i = 0; i < NUM_THREADS; i++) {
58 ASSERT(num_threads == NUM_THREADS);
61 NUM_THREADS, duration, NUM_THREADS / duration);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watch_thread_num.c 36 static int num_threads = NUM; variable
watch_thread_num.c 36 static int num_threads = NUM; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
interrupt-while-step-over.c 22 #define NUM_THREADS 20
23 const int num_threads = NUM_THREADS; variable
25 static pthread_t child_thread[NUM_THREADS];
64 pthread_barrier_init (&threads_started_barrier, NULL, NUM_THREADS + 1);
66 for (i = 0; i < NUM_THREADS; i++)
non-stop-fair-events.c 23 #define NUM_THREADS 10
24 const int num_threads = NUM_THREADS; variable
31 pthread_t child_thread[NUM_THREADS];
81 for (i = 0; i < NUM_THREADS; i++)
interrupt-while-step-over.c 22 #define NUM_THREADS 20
23 const int num_threads = NUM_THREADS; variable
25 static pthread_t child_thread[NUM_THREADS];
64 pthread_barrier_init (&threads_started_barrier, NULL, NUM_THREADS + 1);
66 for (i = 0; i < NUM_THREADS; i++)
non-stop-fair-events.c 23 #define NUM_THREADS 10
24 const int num_threads = NUM_THREADS; variable
31 pthread_t child_thread[NUM_THREADS];
81 for (i = 0; i < NUM_THREADS; i++)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watch_thread_num.c 36 static int num_threads = NUM; variable
watch_thread_num.c 36 static int num_threads = NUM; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
interrupt-while-step-over.c 22 #define NUM_THREADS 20
23 const int num_threads = NUM_THREADS; variable
25 static pthread_t child_thread[NUM_THREADS];
64 pthread_barrier_init (&threads_started_barrier, NULL, NUM_THREADS + 1);
66 for (i = 0; i < NUM_THREADS; i++)
non-stop-fair-events.c 23 #define NUM_THREADS 10
24 const int num_threads = NUM_THREADS; variable
31 pthread_t child_thread[NUM_THREADS];
81 for (i = 0; i < NUM_THREADS; i++)
interrupt-while-step-over.c 22 #define NUM_THREADS 20
23 const int num_threads = NUM_THREADS; variable
25 static pthread_t child_thread[NUM_THREADS];
64 pthread_barrier_init (&threads_started_barrier, NULL, NUM_THREADS + 1);
66 for (i = 0; i < NUM_THREADS; i++)
non-stop-fair-events.c 23 #define NUM_THREADS 10
24 const int num_threads = NUM_THREADS; variable
31 pthread_t child_thread[NUM_THREADS];
81 for (i = 0; i < NUM_THREADS; i++)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
background_thread_structs.h 47 size_t num_threads; member in struct:background_thread_stats_s
background_thread_structs.h 47 size_t num_threads; member in struct:background_thread_stats_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
background_thread_structs.h 47 size_t num_threads; member in struct:background_thread_stats_s
background_thread_structs.h 47 size_t num_threads; member in struct:background_thread_stats_s
  /src/external/gpl3/gcc.old/dist/libgomp/
parallel.c 34 SPECIFIED is a combination of the NUM_THREADS clause and the IF clause.
35 If the IF clause is false, SPECIFIED is forced to 1. When NUM_THREADS
43 unsigned threads_requested, max_num_threads, num_threads; local
63 /* If NUM_THREADS not specified, use nthreads_var. */
97 num_threads = max_num_threads;
98 if (num_threads > icv->thread_limit_var)
99 num_threads = icv->thread_limit_var;
101 pool->threads_busy = num_threads;
102 return num_threads;
109 num_threads = max_num_threads
    [all...]
parallel.c 34 SPECIFIED is a combination of the NUM_THREADS clause and the IF clause.
35 If the IF clause is false, SPECIFIED is forced to 1. When NUM_THREADS
43 unsigned threads_requested, max_num_threads, num_threads; local
63 /* If NUM_THREADS not specified, use nthreads_var. */
97 num_threads = max_num_threads;
98 if (num_threads > icv->thread_limit_var)
99 num_threads = icv->thread_limit_var;
101 pool->threads_busy = num_threads;
102 return num_threads;
109 num_threads = max_num_threads
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
parallel.c 34 SPECIFIED is a combination of the NUM_THREADS clause and the IF clause.
35 If the IF clause is false, SPECIFIED is forced to 1. When NUM_THREADS
43 unsigned threads_requested, max_num_threads, num_threads; local
63 /* If NUM_THREADS not specified, use nthreads_var. */
97 num_threads = max_num_threads;
98 if (num_threads > icv->thread_limit_var)
99 num_threads = icv->thread_limit_var;
101 pool->threads_busy = num_threads;
102 return num_threads;
109 num_threads = max_num_threads
    [all...]
parallel.c 34 SPECIFIED is a combination of the NUM_THREADS clause and the IF clause.
35 If the IF clause is false, SPECIFIED is forced to 1. When NUM_THREADS
43 unsigned threads_requested, max_num_threads, num_threads; local
63 /* If NUM_THREADS not specified, use nthreads_var. */
97 num_threads = max_num_threads;
98 if (num_threads > icv->thread_limit_var)
99 num_threads = icv->thread_limit_var;
101 pool->threads_busy = num_threads;
102 return num_threads;
109 num_threads = max_num_threads
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 59 mach_msg_type_number_t num_threads; local
60 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads);
67 for (unsigned int i = 0; i < num_threads; ++i) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
background_thread_structs.h 59 size_t num_threads; member in struct:background_thread_stats_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
background_thread_structs.h 59 size_t num_threads; member in struct:background_thread_stats_s

Completed in 84 milliseconds

1 2 3