Files
rust/library
Matthias Krüger fe4c6e8657 Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubilee
std: refactor `pthread`-based synchronization

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 an `unsafe` wrapper type for `pthread_mutex_t` and `pthread_condvar_t`.
2024-12-01 08:15:21 +01:00
..
2024-08-29 12:13:19 -07:00
2024-07-28 14:46:29 -04:00
2024-11-27 15:14:54 +00:00
2024-11-19 18:54:20 +01:00
2024-11-27 15:14:54 +00:00
2024-11-30 10:06:58 +01:00