xref: /third_party/rust/crates/rustix/tests/thread/id.rs (revision b8a62b91)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rustix/tests/thread/
1b8a62b91Sopenharmony_ciuse rustix::thread;
2b8a62b91Sopenharmony_ci
3b8a62b91Sopenharmony_ci#[cfg(any(target_os = "android", target_os = "linux"))]
4b8a62b91Sopenharmony_ci#[test]
5b8a62b91Sopenharmony_cifn test_gettid() {
6b8a62b91Sopenharmony_ci    assert_eq!(thread::gettid(), thread::gettid());
7b8a62b91Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024