rust/library/std/src/thread
joboet 54daf496e2
std: directly use pthread in UNIX parker implementation
Mutex and Condvar are being replaced by more efficient implementations, which need thread parking themselves (see #93740). Therefore use the pthread synchronization primitives directly. Also, avoid allocating because the Parker struct is being placed in an Arc anyways.
2022-04-25 15:19:50 +02:00
..
local Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
local.rs Revert "Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum" 2022-04-17 02:15:45 -04:00
mod.rs std: directly use pthread in UNIX parker implementation 2022-04-25 15:19:50 +02:00
scoped.rs Don't stabilize ScopedJoinHandle::is_finished yet. 2022-03-30 13:59:27 +02:00
tests.rs Add soundness test for dropping scoped thread results before joining. 2022-03-09 11:47:53 +01:00