about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/waitqueue/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-262/+0
2023-08-01Aborting when `before_wait` function panicsRaoul Strackx-6/+10
2023-07-31`waitqueue` clarifications for SGX platformRaoul Strackx-4/+12
2023-05-11Improve code around SGX waitqueueUrgau-3/+13
Followed up of d36e390d8176babedcf326581959958d447170cd See https://github.com/rust-lang/rust/pull/109732#issuecomment-1543574908 for more details. Co-authored-by: Jethro Beekman <jethro@fortanix.com>
2023-05-10Remove and fix useless drop of referenceUrgau-1/+1
2021-05-07Rearrange SGX split module filesJethro Beekman-0/+240
In #75979 several inlined modules were split out into multiple files. This PR keeps the multiple files but moves a few things around to organize things in a coherent way.