Type Definition RawId
os_id::thread
type RawId = pid_t;
Raw thread id as pid_t which is signed integer
pid_t
Can be accessed via gettid on Linux and Android
gettid