rust/library/std/src/thread
bors ca98d4d4b3 Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung
Specialize sleep_until implementation for unix (except mac)

related tracking issue: https://github.com/rust-lang/rust/issues/113752
Supersedes https://github.com/rust-lang/rust/pull/118480 for the reasons see: https://github.com/rust-lang/rust/issues/113752#issuecomment-2902594469

Replaces the generic catch all implementation with target_os specific ones for: linux/netbsd/freebsd/android/solaris/illumos etc. Other platforms like wasi, macos/ios/tvos/watchos and windows will follow in later separate PR's (once this is merged).
2025-07-06 23:00:51 +00:00
..
current.rs add comments explaining main thread identification 2025-01-14 13:37:28 +01:00
local.rs LocalKey<T>: document that the dtor should not panic 2025-04-18 14:11:32 +02:00
mod.rs sleep_until: use clock_nanosleep where possible 2025-07-06 17:36:49 +02:00
scoped.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
spawnhook.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
tests.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00