about summary refs log tree commit diff
path: root/src/libstd/sys/sgx/waitqueue.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-619/+0
2020-07-15Move usercall_wait_timeout to abi::usercalls::wait_timeoutMohsen Zohrevandi-2/+1
2020-07-10Address review commentsMohsen Zohrevandi-20/+17
2020-06-12Handle spurious wakeups in wait_timeout_sgxMohsen Zohrevandi-1/+1
2020-06-12Enable some timeouts in SGX platformMohsen Zohrevandi-7/+106
2019-12-22Format the worldMark Rousskov-75/+40
2019-08-30Fix unlock ordering in SGX synchronization primitivesJethro Beekman-2/+9
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-7/+11
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in sgxMazdak Farrokhzad-7/+7
2019-03-25SGX target: fix std unit testsJethro Beekman-2/+10
2019-02-28libstd => 2018Taiki Endo-12/+12
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-01-13Fix breakage from #56988 and workaround for #57569Vardhan Thigle-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-3/+0
2018-12-07SGX target: implement synchronization primitives and threadingJethro Beekman-0/+552