about summary refs log tree commit diff
path: root/library/std/src/sys/unix/thread_parker
AgeCommit message (Collapse)AuthorLines
2022-12-29std: unify id-based thread parking implementationsjoboet-547/+0
2022-12-28Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomccbors-2/+4
Use correct clock in `park_timeout` on Horizon Horizon does not support using `CLOCK_MONOTONIC` with condition variables, so use the system time instead.
2022-12-02std: cleanup timeouts in pthread condvarjoboet-3/+1
2022-10-08std: do not use dispatch semaphore under miri (yet)joboet-5/+8
2022-10-08std: remove unused linker attributejoboet-1/+1
2022-10-06std: use semaphore for thread parking on Apple platformsjoboet-1/+140
2022-09-11std: use correct clock in `park_timeout` on Horizonjoboet-2/+4
2022-09-10std: optimize thread parking on NetBSDjoboet-0/+405