Home
last modified time | relevance | path

Searched refs:opt_thread (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c56 static int opt_thread; variable
130 opt_thread = 1; in process_options()
334 if (opt_thread) { in main()
380 if (opt_thread) { in main()
/external/jemalloc/bin/
Djeprof.in340 $main::opt_thread = undef;
413 "thread=s" => \$main::opt_thread,
713 if (!defined($main::opt_thread)) {
718 if (defined($main::opt_thread) &&
719 ($main::opt_thread eq '*' || $main::opt_thread == $thread)) {