| /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/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/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/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.old/dist/gdb/dwarf2/ |
| read.c | 4959 size_t task_count = 0; 4964 if (task_count == n_worker_threads - 1) 4976 process_cus (task_count, iter, last); 4979 ++task_count; 4983 m_results.resize (task_count); 4953 size_t task_count = 0; local
|