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