Type Definition os_id::thread::RawId[][src]

type RawId = pid_t;
Expand description

Raw thread id as pid_t which is signed integer

Can be accessed via gettid on Linux and Android