| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-16 | Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton | Guillaume Gomez | -364/+6 | |
| Use queue-based `RwLock` on more platforms This switches over Windows 7, SGX and Xous to the queue-based `RwLock` implementation added in #110211, thereby fixing #121949 for Windows 7 and partially resolving #114581 on SGX. TEEOS can't currently be switched because it doesn't have a good thread parking implementation. CC `@roblabla` `@raoulstrackx` `@xobs` Could you help me test this, please? r? `@ChrisDenton` the Windows stuff should be familiar to you | ||||
| 2024-04-13 | Add missing `unsafe` to internal `std::thread::Thread` creation functions | beetrees | -1/+1 | |
| 2024-04-11 | std: use queue-based `RwLock` on Windows 7 | joboet | -50/+6 | |
| 2024-04-11 | std: use queue-based `RwLock` on Xous | joboet | -74/+0 | |
| 2024-04-11 | std: use queue-based `RwLock` on SGX | joboet | -240/+0 | |
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -4/+2 | |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -0/+1470 | |
