Home
last modified time | relevance | path

Searched refs:InnerThread (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/binder/
H A Dthread.rs235 struct InnerThread { struct
273 impl InnerThread { implementation
415 inner: SpinLock<InnerThread>,
440 let inner = InnerThread::new()?; in new()