index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
unix
/
locks
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-31
/
+0
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-9
/
+9
2022-09-19
std: use `sync::RwLock` for internal statics
joboet
-3
/
+3
2022-06-30
std: use futex-based locks on Fuchsia
joboet
-2
/
+11
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-5
/
+5
2022-05-03
Don't use futexes on netbsd.
Mara Bos
-1
/
+0
2022-04-29
Use futex-based locks and thread parker on FreeBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on DragonFlyBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on NetBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on OpenBSD.
Mara Bos
-0
/
+1
2022-04-19
Use futex locks on emscripten.
Mara Bos
-0
/
+1
2022-04-16
Use a single ReentrantMutex implementation on all platforms.
Mara Bos
-3
/
+1
2022-04-12
Add futex-based ReentrantMutex on Linux.
Mara Bos
-5
/
+1
2022-04-08
Add futex-based RwLock on Linux.
Mara Bos
-2
/
+2
2022-04-06
Rename RWLock to RwLock in std::sys.
Mara Bos
-2
/
+2
2022-03-23
Replace Linux Mutex and Condvar with futex based ones.
Mara Bos
-8
/
+24
2022-03-21
Move pthread locks to own module.
Mara Bos
-0
/
+8