Files
rust/library/std/src
bors 782013564e Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay
Use futex-based thread::park/unpark on Linux.

This moves the parking/unparking logic out of `thread/mod.rs` into a module named `thread_parker` in `sys_common`. The current implementation is moved to `sys_common/thread_parker/generic.rs` and the new implementation using futexes is added in `sys_common/thread_parker/futex.rs`.
2020-10-01 13:21:34 +00:00
..
2020-09-02 17:38:21 -04:00
2020-09-27 12:28:58 +02:00
2020-09-28 14:51:03 -04:00
2020-09-02 17:37:40 -04:00
2020-09-04 14:00:09 -07:00
2020-09-28 14:51:03 -04:00
2020-09-02 17:37:40 -04:00
2020-09-12 14:00:38 +02:00
2020-08-22 20:23:50 -07:00