HomeSort by: relevance | last modified time | path
    Searched refs:opt_thread (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 345 $main::opt_thread = undef;
420 "thread=s" => \$main::opt_thread,
729 if (!defined($main::opt_thread)) {
734 if (defined($main::opt_thread) &&
735 ($main::opt_thread eq '*' || $main::opt_thread == $thread)) {
  /src/external/bsd/jemalloc/dist/bin/
jeprof 346 $main::opt_thread = undef;
421 "thread=s" => \$main::opt_thread,
730 if (!defined($main::opt_thread)) {
735 if (defined($main::opt_thread) &&
736 ($main::opt_thread eq '*' || $main::opt_thread == $thread)) {
jeprof.in 346 $main::opt_thread = undef;
421 "thread=s" => \$main::opt_thread,
730 if (!defined($main::opt_thread)) {
735 if (defined($main::opt_thread) &&
736 ($main::opt_thread eq '*' || $main::opt_thread == $thread)) {

Completed in 25 milliseconds