about summary refs log tree commit diff
path: root/library/std/src/sys/windows/thread_parking.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-253/+0
2023-01-28Replace libc::{type} with crate::ffi::{type}Ayush Singh-1/+1
2022-12-30std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c...joboet-1/+1
2022-12-29std: unify id-based thread parking implementationsjoboet-0/+253