about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/mutex.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-59/+0
2022-11-06std: remove lock wrappers in `sys_common`joboet-12/+12
2022-09-03std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initializationjoboet-3/+0
2022-06-03Lazily allocate+initialize locks.Mara Bos-1/+8
2022-06-03Use Drop instead of destroy() for locks.Mara Bos-3/+0
2022-04-16Use a single ReentrantMutex implementation on all platforms.Mara Bos-86/+1
2021-07-27Add warning to SGX mutex implementationJethro Beekman-0/+1
2021-07-27Revert "SGX mutex is movable"Jethro Beekman-1/+1
2021-05-07SGX mutex is movableJethro Beekman-1/+1
2020-10-02Make it possible to have unboxed mutexes on specific platforms.Mara Bos-0/+2
2020-07-27mv std libs to library/mark-0/+140