| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-06-30 | std: use futex-based locks on Fuchsia | joboet | -2/+11 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -5/+5 |
| 2022-05-03 | Don't use futexes on netbsd. | Mara Bos | -1/+0 |
| 2022-04-29 | Use futex-based locks and thread parker on FreeBSD. | Mara Bos | -0/+1 |
| 2022-04-29 | Use futex-based locks and thread parker on DragonFlyBSD. | Mara Bos | -0/+1 |
| 2022-04-29 | Use futex-based locks and thread parker on NetBSD. | Mara Bos | -0/+1 |
| 2022-04-29 | Use futex-based locks and thread parker on OpenBSD. | Mara Bos | -0/+1 |
| 2022-04-19 | Use futex locks on emscripten. | Mara Bos | -0/+1 |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -3/+1 |
| 2022-04-12 | Add futex-based ReentrantMutex on Linux. | Mara Bos | -5/+1 |
| 2022-04-08 | Add futex-based RwLock on Linux. | Mara Bos | -2/+2 |
| 2022-04-06 | Rename RWLock to RwLock in std::sys. | Mara Bos | -2/+2 |
| 2022-03-23 | Replace Linux Mutex and Condvar with futex based ones. | Mara Bos | -8/+24 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -0/+8 |
