pub fn get_valgrind_threadid() -> usize
Available on crate feature
client_requests_defs
only.Expand description
Obtain the thread ID assigned by Valgrind’s core
Valgrind’s thread ID’s start at one and are recycled in case a thread stops.