about summary refs log tree commit diff
path: root/library/std/src/sync/reentrant_lock.rs
AgeCommit message (Expand)AuthorLines
2024-07-18Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboetMatthias Krüger-23/+115
2024-07-18Update `ReentrantLock` implementation, add `CURRENT_ID` thread local.Markus Everling-23/+115
2024-07-14std: Unsafe-wrap std::syncJubilee Young-1/+3
2024-05-24Add manual Sync impl for ReentrantLockGuardJacob Lifshay-0/+3
2024-03-12std: move `Once` implementations to `sys`joboet-1/+1
2024-02-23std: make `ReentrantLock` publicjoboet-0/+320