Skip to main content

SYS_GETTID

Constant SYS_GETTID 

Source
pub const SYS_GETTID: usize = 312; // 312usize
Expand description

Get the current thread ID (TID).

Returns the TID of the calling thread. TIDs are unique per-thread.