Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dtypes.rs568 pub type NotThreadSafe = PhantomData<*mut ()>; typedef
575 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant