Home
last modified time | relevance | path

Searched refs:status_table (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c308 thread_sched_t **status_table; /*pointer table of status address */ in main() local
406 status_table = malloc(num_thrd * sizeof(thread_sched_t *)); in main()
407 if (!status_table) { in main()
412 status_table[thrd_ndx] = malloc(sizeof(thread_sched_t)); in main()
413 if (!status_table[thrd_ndx]) { in main()
417 status = status_table[thrd_ndx]; in main()
435 SAFE_FREE(status_table[thrd_ndx]); in main()
448 SAFE_FREE(status_table); in main()
/third_party/ltp/testcases/misc/crash/
H A Dcrash01.c261 static int status_table[STATUS_MAX]; variable
268 status_table[n]++; in record_status()
281 if (status_table[i]) in summarize_status()
282 printf("%11d ... %5d\n", i, status_table[i]); in summarize_status()

Completed in 2 milliseconds