Home
last modified time | relevance | path

Searched defs:n_threads (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c24 static int n_threads = 10; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c50 static int n_threads; variable
/third_party/libunwind/libunwind/src/coredump/
D_UCD_internal.h94 int n_threads; member
/third_party/benchmark/src/
Dbenchmark.cc161 const std::vector<int64_t>& ranges, int thread_i, int n_threads, in State()
/third_party/ffmpeg/libavfilter/
Dvf_libvmaf.c51 int n_threads; member
/third_party/python/Lib/test/
Dtest_queue.py467 def run_threads(self, n_threads, q, inputs, feed_func, consume_func): argument
/third_party/rust/crates/once_cell/tests/
Dit.rs378 let n_threads = if cfg!(miri) { 30 } else { 1_000 }; in get_or_init_stress() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc689 const std::size_t n_threads = 128; in TEST() local