summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/tests/thread/main.rs
blob: 0fc9b42c4dc286afe3c43e3feecbed562d61f048 (plain)
1
2
3
4
5
6
7
8
9
//! Tests for [`rustix::thread`].

#![cfg(feature = "thread")]
#![cfg(not(windows))]

#[cfg(not(any(target_os = "redox")))]
mod clocks;
#[cfg(any(target_os = "android", target_os = "linux"))]
mod id;