Skip to main content

thread_id

Function thread_id 

Source
pub fn thread_id<'a, Driver>(
    thread: &impl VmiOsThread<'a, Driver>,
) -> Option<u32>
where Driver: VmiDriver,
Expand description

Returns the thread ID of the given thread, if available.