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

  /external/valgrind/coregrind/
pub_core_options.h 307 extern UInt VG_(clo_max_threads);
m_options.c 134 UInt VG_(clo_max_threads) = MAX_THREADS_DEFAULT; variable
m_main.c 368 - set VG_(clo_max_threads) (--max-threads)
411 // Set up VG_(clo_max_threads); needed for VG_(tl_pre_clo_init)
412 else if VG_INT_CLO(str, "--max-threads", VG_(clo_max_threads)) {}
436 VG_N_THREADS = VG_(clo_max_threads);
    [all...]

Completed in 6762 milliseconds