about summary refs log tree commit diff
path: root/library/std/src/sync/poison.rs
AgeCommit message (Expand)AuthorLines
2022-06-19Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-sebors-0/+1
2022-06-09Avoid `thread::panicking()` in non-poisoning methods of `Mutex` and `RwLock`Josh Stone-1/+8
2022-06-06Make all {Mutex, Condvar, RwLock}::new #[inline].Mara Bos-0/+1
2022-04-26Add functions to un-poison Mutex and RwLockThayne McCombs-0/+5
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-04-22Move `sys_common::poison` to `sync::poison`Christiaan Dirkx-0/+259