Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs438 pub type NotThreadSafe = PhantomData<*mut ()>; typedef
445 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant