Function gettid [src]
Prototype
pub fn gettid() pid_t Source
pub fn gettid() pid_t {
return @bitCast(@as(u32, @truncate(syscall0(.gettid))));
} pub fn gettid() pid_t pub fn gettid() pid_t {
return @bitCast(@as(u32, @truncate(syscall0(.gettid))));
}