about summary refs log tree commit diff
path: root/src/libstd/sys_common/mutex.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-101/+0
2020-07-15Introduce restricted-std feature.Eric Huss-0/+1
2019-12-22Format the worldMark Rousskov-8/+24
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-1/+1
2019-02-28libstd => 2018Taiki Endo-1/+1
2019-02-17Use more impl header lifetime elisionScott McMurray-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-1/+0
2018-12-07SGX target: implement synchronization primitives and threadingJethro Beekman-0/+1
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-1/+3
2018-08-06actually, reentrant uninitialized mutex acquisition is outright UBRalf Jung-3/+3
2018-08-06I think we have to strengthen Mutex::init UBRalf Jung-1/+1
2018-08-06clarify partially initialized Mutex issuesRalf Jung-0/+4
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-2/+24
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+66