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-08-31 02:56:59 +00:00
2020-09-27 01:53:13 +02:00
2020-08-31 02:56:59 +00:00
2020-08-31 02:56:59 +00:00
2020-08-31 02:56:59 +00:00
2020-08-31 02:56:59 +00:00
2020-09-20 13:28:18 +02:00
2020-08-31 02:56:59 +00:00
2020-09-27 04:50:46 +00:00
2020-08-31 02:56:59 +00:00
2020-08-31 02:56:59 +00:00
2020-09-25 02:29:30 +02:00
2020-08-31 02:56:59 +00:00
2020-09-28 00:39:57 +02:00
2020-09-25 23:10:24 +02:00
2020-08-31 02:56:59 +00:00
2020-09-02 17:38:21 -04:00
2020-08-31 02:56:59 +00:00
2020-09-25 19:42:28 +02:00
2020-10-01 13:21:34 +00:00
2020-10-01 13:21:34 +00:00
2020-09-27 12:28:58 +02:00
2020-08-31 02:56:59 +00:00
2020-09-28 14:51:03 -04:00
2020-09-02 17:37:40 -04:00
2020-08-31 02:56:59 +00:00
2020-09-04 14:00:09 -07:00
2020-09-28 14:51:03 -04:00
2020-08-31 02:56:59 +00:00
2020-08-31 02:56:59 +00:00
2020-09-02 17:37:40 -04:00
2020-09-15 23:12:08 +02:00
2020-09-01 19:44:20 -07:00
2020-09-12 14:00:38 +02:00
2020-09-27 10:46:41 -07:00
2020-08-22 20:23:50 -07:00
2020-08-31 02:56:59 +00:00
2020-08-31 02:56:59 +00:00
2020-09-25 23:10:24 +02:00
2020-08-27 21:08:30 +01:00
2020-09-19 11:47:31 +02:00
2020-09-26 11:21:24 +02:00
2020-09-21 20:40:44 -07:00
2020-08-07 19:31:25 +01:00
2020-09-09 01:35:10 +02:00