about summary refs log tree commit diff
path: root/library/std/src/sys/unix/thread_parker.rs
AgeCommit message (Expand)AuthorLines
2022-05-06unix: always use 64-bit TimespecJosh Stone-1/+2
2022-05-03Don't use futexes on netbsd.Mara Bos-1/+0
2022-04-29Disable pthread thread parker on futex platforms.Mara Bos-1/+5
2022-04-28std: simplify UNIX parker timeoutsjoboet-57/+19
2022-04-25std: directly use pthread in UNIX parker implementationjoboet-0/+303