| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 197 int task_count = 0; local 219 ++task_count; 226 return task_count; 309 int task_count; local 327 task_count = get_cores_used_by_process (pid, cores, core_array_size); 329 for (i = 0; i < core_array_size && task_count > 0; ++i) 334 task_count -= cores[i]; 335 if (task_count > 0)
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 197 int task_count = 0; local 219 ++task_count; 226 return task_count; 309 int task_count; local 327 task_count = get_cores_used_by_process (pid, cores, core_array_size); 329 for (i = 0; i < core_array_size && task_count > 0; ++i) 334 task_count -= cores[i]; 335 if (task_count > 0)
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| libgomp.h | 836 unsigned int task_count; member in struct:gomp_team
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| libgomp.h | 727 unsigned int task_count; member in struct:gomp_team
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 5049 size_t task_count = 0; 5054 if (task_count == n_worker_threads - 1) 5064 workers.add_task ([this, task_count, iter, last] () 5066 process_cus (task_count, iter, last); 5069 ++task_count; 5073 m_results.resize (task_count); 5043 size_t task_count = 0; local
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 3614 size_t task_count = 0; 3619 if (task_count == n_worker_threads - 1) 3629 workers.add_task ([this, task_count, iter, last] () 3632 process_units (task_count, iter, last); 3635 ++task_count; 3639 m_results.resize (task_count); 3610 size_t task_count = 0; local
|