Searched defs:thread_extra_info (Results 1 – 4 of 4) sorted by relevance
19 fn thread_extra_info(&self, tid: Tid, buf: &mut [u8]) -> Result<usize, Self::Error>; in thread_extra_info() method
273 pub mod thread_extra_info; module
39 mod thread_extra_info; module
284 fn thread_extra_info(&self, tid: Tid, buf: &mut [u8]) -> Result<usize, Self::Error> { in thread_extra_info() method