summary refs log tree commit diff
path: root/library/std/src/thread/mod.rs
AgeCommit message (Expand)AuthorLines
2021-02-10Rollup merge of #79849 - Digital-Chaos:sleep-zero, r=m-ou-seYuki Okushi-0/+9
2021-01-15Update library/std/src/thread/mod.rs James Wright-0/+1
2021-01-15Clarify difference between unix/windows behaviourJames Wright-0/+8
2020-12-18Recommend panic::resume_unwind instead of panicking.Corey Farwell-7/+12
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-3/+3
2020-11-07Convert a bunch of intra-doc linksCamelid-1/+0
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+5
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-0/+6
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-3/+2
2020-09-27Move thread parker to sys_common.Mara Bos-3/+1
2020-09-27Mark unpark() as #[inline].Mara Bos-0/+1
2020-09-27Move thread parker to a separate module.Mara Bos-112/+17
2020-09-27Split sys_common::Mutex in StaticMutex and MovableMutex.Mara Bos-3/+2
2020-09-21Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t...Alexis Bourget-8/+20
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-270/+3
2020-08-20Move to intra doc links for std::thread documentationAlexis Bourget-82/+37
2020-07-27mv std libs to library/mark-0/+1787