.. |
barrier
|
std: move "mod tests/benches" to separate files
|
2020-08-31 02:56:59 +00:00 |
condvar
|
Remove condvar::two_mutexes test.
|
2022-05-05 21:47:13 +02:00 |
lazy_lock
|
More inference-friendly API for lazy
|
2022-10-29 09:56:20 +01:00 |
mpmc
|
rework and document backoff behavior of sync::mpsc
|
2023-01-11 21:29:14 -05:00 |
mpsc
|
add SyncSender::send_timeout test
|
2023-01-10 21:54:53 -05:00 |
mutex
|
std test: better type name, clarifying comment
|
2023-01-09 16:08:26 +01:00 |
once
|
Stabilize poison API of Once, rename poisoned()
|
2021-02-04 15:20:14 +01:00 |
once_lock
|
Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock
|
2022-06-16 19:54:42 +04:00 |
remutex
|
std: move ReentrantMutex to sync
|
2022-11-14 14:25:44 +01:00 |
rwlock
|
Update rand in the stdlib tests, and remove the getrandom feature from it
|
2023-01-04 14:52:41 -08:00 |
barrier.rs
|
Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc
|
2021-10-21 14:11:02 +09:00 |
condvar.rs
|
std: remove lock wrappers in sys_common
|
2022-11-06 15:32:59 +01:00 |
lazy_lock.rs
|
Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se
|
2022-12-30 19:22:33 +00:00 |
mod.rs
|
std: move ReentrantMutex to sync
|
2022-11-14 14:25:44 +01:00 |
mutex.rs
|
std: remove lock wrappers in sys_common
|
2022-11-06 15:32:59 +01:00 |
once_lock.rs
|
Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLock
|
2022-12-13 02:18:15 -05:00 |
once.rs
|
std: use futex in Once
|
2022-10-07 12:12:36 +02:00 |
poison.rs
|
Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se
|
2022-06-19 08:20:36 +00:00 |
remutex.rs
|
std: move ReentrantMutex to sync
|
2022-11-14 14:25:44 +01:00 |
rwlock.rs
|
std: remove lock wrappers in sys_common
|
2022-11-06 15:32:59 +01:00 |