Skip to content
GitLab
Explore
Sign in
Register
Avoid static mut thread locals
Code
Review changes
Check out branch
Download
Patches
Plain diff
bjorn3
requested to merge
bjorn3/kernel:no_static_mut_thread_local
into
master
Jul 04, 2023
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Instead use
UnsafeCell
inside the thread locals.
Based on
!227 (merged)
Merge request reports