about summary refs log tree commit diff
path: root/library/std/src/sys/sync
AgeCommit message (Expand)AuthorLines
2024-04-16Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDentonGuillaume Gomez-364/+6
2024-04-13Add missing `unsafe` to internal `std::thread::Thread` creation functionsbeetrees-1/+1
2024-04-11std: use queue-based `RwLock` on Windows 7joboet-50/+6
2024-04-11std: use queue-based `RwLock` on Xousjoboet-74/+0
2024-04-11std: use queue-based `RwLock` on SGXjoboet-240/+0
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+3
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-4/+2
2024-03-19SeqCst->{Release,Acquire} in xous mutex.Mara Bos-4/+7
2024-03-18Support for visionOSAdam Gastineau-0/+3
2024-03-12std: move `Once` implementations to `sys`joboet-0/+3799