about summary refs log tree commit diff
path: root/library/std/src/sys_common/thread_info.rs
AgeCommit message (Expand)AuthorLines
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-53/+0
2024-02-27Use the OS thread name by default for the current threadChris Denton-1/+3
2023-09-11Refactor `thread_info` to remove the `RefCell`Trevor Gross-16/+21
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-1/+0
2021-09-16Merge two THREAD_INFO.with and following RefCell borrowbjorn3-2/+5
2021-09-16Replace a couple of asserts with rtassert! in rt codebjorn3-1/+1
2021-09-16Remove unused functionbjorn3-4/+0
2021-09-16Use const {} for the THREAD_INFO thread localbjorn3-1/+2
2021-09-16Optimize ThreadInfo::withbjorn3-6/+7
2020-07-27mv std libs to library/mark-0/+46