about summary refs log tree commit diff
path: root/library/std/src/sys/windows/thread_parker.rs
AgeCommit message (Expand)AuthorLines
2021-01-29Resolve DLL imports at CRT startup, not on demandArlie Davis-6/+6
2020-12-22Update library/std/src/sys/windows/thread_parker.rsLinus Färnstrand-1/+1
2020-12-22Fix compare_and_swap in Windows thread_parkerLinus Färnstrand-1/+1
2020-10-06Formatting.Mara Bos-1/+2
2020-10-06Add comment documenting NtWaitForKeyedEvent's timeout interpretation.Mara Bos-2/+4
2020-10-06Add documentation to Windows thread parker implementation.Mara Bos-1/+60
2020-10-06Fix typos in comments.Mara Bos-2/+2
2020-10-06Improve windows thread parker.Mara Bos-24/+34
2020-10-06Add fast futex-based thread parker for Windows.Mara Bos-0/+178