Searched defs:tid (Results 1 – 3 of 3) sorted by relevance
116 let tid = unsafe { syscall0(gettid).unwrap() as u32 }; in futex_wait() localVariable369 let tid = unsafe { syscall0(gettid).unwrap() as u32 }; in test02() localVariable387 let tid = unsafe { syscall0(gettid).unwrap() as u32 }; in test02() localVariable
99 let tid = tid_iter.next().unwrap_or(0); in alloc_pid() localVariable
1143 pub tid: __u32, field