Home
last modified time | relevance | path

Searched defs:with_count (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/rayon-core/src/
Dlatch.rs300 pub(super) fn with_count(n: usize) -> CountLatch { in with_count() method
356 pub(super) fn with_count(n: usize) -> CountLockLatch { in with_count() method
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c80 uint32_t dstlen, int with_count, in compress_fht_sample()
/external/rust/crates/rayon-core/src/scope/
Dmod.rs762 pub(super) fn with_count(count: usize, owner: Option<&WorkerThread>) -> Self { in with_count() method