Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 3 of 3) sorted by relevance

/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs116 let tid = unsafe { syscall0(gettid).unwrap() as u32 }; in futex_wait() localVariable
369 let tid = unsafe { syscall0(gettid).unwrap() as u32 }; in test02() localVariable
387 let tid = unsafe { syscall0(gettid).unwrap() as u32 }; in test02() localVariable
/DragonOS/kernel/src/namespaces/
H A Dpid_namespace.rs99 let tid = tid_iter.next().unwrap_or(0); in alloc_pid() localVariable
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs1143 pub tid: __u32, field