Home | History | Annotate | Download | only in gdb

Lines Matching defs:info_count

148   unsigned int info_count;
156 info_count = TASK_BASIC_INFO_COUNT;
159 (task_info_t) & task_info_data.basic, &info_count);
168 info_count = TASK_EVENTS_INFO_COUNT;
171 (task_info_t) & task_info_data.events, &info_count);
184 info_count = TASK_THREAD_TIMES_INFO_COUNT;
188 &info_count);
375 unsigned int info_count;
381 info_count = THREAD_BASIC_INFO_COUNT;
385 &info_count);