pub fn sys_gettid() -> Result<u64, SyscallError>Expand description
SYS_GETTID (312): Return current thread ID.
In the current single-threaded silo model, TID == PID.
pub fn sys_gettid() -> Result<u64, SyscallError>SYS_GETTID (312): Return current thread ID.
In the current single-threaded silo model, TID == PID.