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_new/bin/
Djeprof.in341 $main::opt_thread = undef;
414 "thread=s" => \$main::opt_thread,
714 if (!defined($main::opt_thread)) {
719 if (defined($main::opt_thread) &&
720 ($main::opt_thread eq '*' || $main::opt_thread == $thread)) {