| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-04-11 | Add doc comments to futex operations. | Mara Bos | -0/+10 |
| 2022-04-07 | Return status from futex_wake(). | Mara Bos | -6/+4 |
| 2022-04-01 | Add comment about futex_wait timeout. | Mara Bos | -0/+2 |
| 2022-03-24 | Explicitly use CLOCK_MONOTONIC in futex_wait. | Mara Bos | -3/+3 |
| 2022-03-24 | Use FUTEX_WAIT_BITSET rather than FUTEX_WAIT on Linux. | Mara Bos | -22/+34 |
| 2022-03-23 | Add futex_wake_all. | Mara Bos | -0/+12 |
| 2022-03-23 | Return timeout status in futex_wait. | Mara Bos | -4/+5 |
| 2020-11-12 | Fix timeout conversion | J. Ryan Stinnett | -2/+1 |
| 2020-11-12 | Update thread and futex APIs to work with Emscripten | J. Ryan Stinnett | -1/+42 |
| 2020-09-27 | Check conversion from Duration to timespec in futex_wait. | Mara Bos | -12/+11 |
| 2020-09-27 | Move linux-specific futex code into `sys` module. | Mara Bos | -0/+38 |
