pub type ThreadId = usize;
The ThreadId is used by some client requests to represent the tid which Valgrind uses or returns
ThreadId
tid
This type has no relationship to std::thread::ThreadId!
std::thread::ThreadId