]> git.lizzy.rs Git - rust.git/history - src/thread.rs
Move copying of the thread name to the client side.
[rust.git] / src / thread.rs
2020-04-27 Vytautas AstrauskasMove copying of the thread name to the client side.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasClarify FIXME.
2020-04-27 Vytautas AstrauskasMake the main thread detached.
2020-04-27 Vytautas AstrauskasPrint the thread name in Debug.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasTrack if a thread was already joined.
2020-04-27 Vytautas AstrauskasMany small changes to thread management.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasImplement thread::yield_now.
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...