Files
rust/library/std/src
Matthias Krüger 2eec51c27c Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-se
Implement thread parking for xous

This follows the pattern set by [the Windows parker](ddef56d5df/library/std/src/sys/windows/thread_parking.rs) when it uses keyed events. An atomic variable is used to track the state and optimize the fast path, while notifications are send via the ticktime server to block and unblock the thread.

ping `@xobs`
`@rustbot` label +T-libs +A-atomic
r? libs
2023-11-29 04:23:21 +01:00
..
2023-10-03 20:26:36 -04:00
2023-11-15 19:41:28 -05:00
2023-11-26 09:25:07 +08:00
2023-11-15 19:40:51 -05:00
2023-10-03 20:26:36 -04:00