Skip to main content

ThreadId

Type Alias ThreadId 

Source
pub type ThreadId = usize;
Expand description

The ThreadId is used by some client requests to represent the tid which Valgrind uses or returns

This type has no relationship to std::thread::ThreadId!