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