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

  /external/valgrind/callgrind/
threads.c 150 if (!CLG_(clo).separate_threads) t = thread[1];
174 if (!CLG_(clo).separate_threads) t = thread[1];
dump.c 1107 if (CLG_(clo).separate_threads)
1121 if (CLG_(clo).separate_threads)
1169 * <tid> is skipped for thread 1 with CLG_(clo).separate_threads=no
1189 if (CLG_(clo).separate_threads)
1235 if (CLG_(clo).separate_threads) {
    [all...]
clo.c 425 else if VG_BOOL_CLO(arg, "--separate-threads", CLG_(clo).separate_threads) {}
647 CLG_(clo).separate_threads = False;
bbcc.c 164 if (!CLG_(clo).separate_threads) {
398 if (CLG_(clo).separate_threads)
global.h 95 Bool separate_threads; /* Separate threads in dump? */ member in struct:_CommandLineOptions
main.c     [all...]

Completed in 367 milliseconds