| /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);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| 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++)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| 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++)
|
| /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
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| 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...] |
| /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...] |
| /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
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stoptheworld_mac.cpp | 58 mach_msg_type_number_t num_threads; local 59 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads); 66 for (unsigned int i = 0; i < num_threads; ++i) {
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stoptheworld_mac.cpp | 58 mach_msg_type_number_t num_threads; local 59 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads); 66 for (unsigned int i = 0; i < num_threads; ++i) {
|
| /src/sys/fs/nfs/common/ |
| nfs_fha.h | 68 u_int8_t num_threads; member in struct:fha_hash_entry
|
| /src/external/bsd/unbound/dist/libunbound/ |
| unbound.h | 657 int num_threads; member in struct:ub_shm_stat_info 865 * shm mapped with (number+1) at num_threads+1, with first as total
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| nto-procfs.c | 429 pid_t num_threads = 0; local 480 num_threads = pidinfo->num_threads; 491 for (status->tid = 1; status->tid <= num_threads; status->tid++)
|
| gnu-nat.c | 1000 mach_msg_type_number_t num_threads, i; 1011 kern_return_t err = task_threads (task->port, &threads, &num_threads); 1024 num_threads = 0; 1032 struct proc *matched[num_threads + 1]; 1044 for (i = search_start, left = num_threads; left; i++, left--) 1046 if (i >= num_threads) 1047 i -= num_threads; /* I wrapped around. */ 1071 for (i = 0; i < num_threads; i++) 1106 (vm_address_t) threads, (num_threads * sizeof (thread_t))); 987 mach_msg_type_number_t num_threads, i; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-nat.c | 1001 mach_msg_type_number_t num_threads, i; 1012 kern_return_t err = task_threads (task->port, &threads, &num_threads); 1025 num_threads = 0; 1034 std::vector<struct proc *> matched (num_threads); 1046 for (i = search_start, left = num_threads; left; i++, left--) 1048 if (i >= num_threads) 1049 i -= num_threads; /* I wrapped around. */ 1073 for (i = 0; i < num_threads; i++) 1108 (vm_address_t) threads, (num_threads * sizeof (thread_t))); 988 mach_msg_type_number_t num_threads, i; local
|
| /src/external/bsd/unbound/dist/util/ |
| config_file.h | 86 int num_threads; member in struct:config_file 976 * If num_threads is in between two pow2 values, 1/3 of the way stays with
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 3748 if (clauses->num_threads) 3750 tree num_threads; local 3753 gfc_conv_expr (&se, clauses->num_threads); 3755 num_threads = gfc_evaluate_now (se.expr, block); 3759 OMP_CLAUSE_NUM_THREADS_EXPR (c) = num_threads; 6130 clausesa[GFC_OMP_SPLIT_PARALLEL].num_threads 6131 = code->ext.omp_clauses->num_threads;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 4236 if (clauses->num_threads) 4238 tree num_threads; local 4241 gfc_conv_expr (&se, clauses->num_threads); 4243 num_threads = gfc_evaluate_now (se.expr, block); 4247 OMP_CLAUSE_NUM_THREADS_EXPR (c) = num_threads; 6884 clausesa[GFC_OMP_SPLIT_PARALLEL].num_threads 6885 = code->ext.omp_clauses->num_threads;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_cik.c | 4504 u32 num_threads[3]; member in struct:bonaire_mqd
|