HomeSort by relevance Sort by last modified time
    Searched refs:dead_threads (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
machine.h 26 struct list_head dead_threads; member in struct:machine
machine.c 22 INIT_LIST_HEAD(&machine->dead_threads);
63 list_for_each_entry_safe(t, n, &machine->dead_threads, node) {
1102 list_add_tail(&th->node, &machine->dead_threads);
    [all...]

Completed in 811 milliseconds