about summary refs log tree commit diff
path: root/library/std/src/sync/reentrant_lock.rs
AgeCommit message (Expand)AuthorLines
2025-05-21Add ReentrantLock::data_ptrJonas Platte-0/+11
2025-05-19fix data race in ReentrantLock fallback for targets without 64bit atomicsRalf Jung-2/+6
2025-04-27use generic Atomic type where possibleChristopher Durham-3/+4
2025-01-26Move std::sync unit tests to integration testsbjorn3-4/+4
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-02chore: remove repetitive wordscuishuang-1/+1
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