summary refs log tree commit diff
path: root/library/std/src/sys/unix/locks/pthread_mutex.rs
AgeCommit message (Expand)AuthorLines
2022-06-03Lazily allocate+initialize locks.Mara Bos-1/+10
2022-06-03Use Drop instead of destroy() for locks.Mara Bos-2/+9
2022-05-30Remove "sys isn't exported yet" phraseest31-1/+0
2022-03-21Move pthread locks to own module.Mara Bos-0/+102