pub const SYS_GETTID: usize = 312; // 312usize
Get the current thread ID (TID).
Returns the TID of the calling thread. TIDs are unique per-thread.