mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 04:26:39 +00:00
Rename (Posix)ThreadExt
to As(Posix)Thread
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9233d1cdbb
commit
e6c613f538
@ -347,7 +347,7 @@ macro_rules! log_syscall_entry {
|
||||
let syscall_name_str = stringify!($syscall_name);
|
||||
let pid = $crate::current!().pid();
|
||||
let tid = {
|
||||
use $crate::process::posix_thread::PosixThreadExt;
|
||||
use $crate::process::posix_thread::AsPosixThread;
|
||||
$crate::current_thread!().as_posix_thread().unwrap().tid()
|
||||
};
|
||||
log::info!(
|
||||
|
Reference in New Issue
Block a user