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
/
pal
/
unix
/
locks
Age
Commit message (
Collapse
)
Author
Lines
2024-02-16
std: move locks to `sys` on UNIX and other futex platforms
joboet
-1578
/
+0
2024-02-11
add doc-comment to `unlock_queue`
joboet
-0
/
+3
2024-02-09
address review comments
joboet
-21
/
+19
2024-02-09
be more explicit about why adding backlinks eagerly makes sense
joboet
-6
/
+7
2024-02-09
format using latest rustfmt
joboet
-4
/
+12
2024-02-09
inline some single-use functions, add documentation
joboet
-23
/
+23
2024-02-09
queue_rwlock: use a separate `QUEUE_LOCKED` bit to synchronize waiter queue ↵
joboet
-144
/
+195
updates
2024-02-09
use exponential backoff in `lock_contended`
joboet
-2
/
+4
2024-02-09
immediately register writer node if threads are queued
joboet
-2
/
+3
2024-02-09
avoid unnecessary `Thread` handle allocation
joboet
-1
/
+2
2024-02-09
use braces to make operator precedence less ambiguous
joboet
-1
/
+1
2024-02-09
adjust code documentation
joboet
-2
/
+2
2024-02-09
std: replace pthread `RwLock` with custom implementation inspired by usync
joboet
-197
/
+494
2024-01-29
std: always check the result of `pthread_mutex_lock`
joboet
-1
/
+18
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+1199