pub type ThreadId = usize;Available on crate feature
client_requests_defs only.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!