| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 | |
| 2025-02-12 | expect EINVAL for pthread_mutex_destroy for aix | Henry Jiang | -3/+3 | |
| 2024-11-30 | std: clarify comments about initialization | joboet | -9/+11 | |
| 2024-10-28 | std: refactor `pthread`-based synchronization | joboet | -0/+321 | |
| The non-trivial code for `pthread_condvar` is duplicated across the thread parking and the `Mutex`/`Condvar` implementations. This PR moves that code into `sys::pal`, which now exposes a non-movable wrapper type for `pthread_mutex_t` and `pthread_condvar_t`. | ||||
