Home
last modified time | relevance | path

Searched defs:NotThreadSafe (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/kernel/
Dtypes.rs573 pub type NotThreadSafe = PhantomData<*mut ()>; typedef
580 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant