summary refs log tree commit diff
path: root/library/std/src/sys_common/thread_parker/futex.rs
AgeCommit message (Expand)AuthorLines
2022-04-25std: directly use pthread in UNIX parker implementationjoboet-7/+11
2022-04-14Use u32 instead of i32 for futexes.Mara Bos-6/+6
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-1/+1
2020-09-27Move thread parker to sys_common.Mara Bos-0/+93