mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Rename (Posix)ThreadExt
to As(Posix)Thread
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9233d1cdbb
commit
e6c613f538
@ -7,8 +7,8 @@ use ostd::sync::{WaitQueue, Waiter};
|
||||
use super::sig_mask::SigMask;
|
||||
use crate::{
|
||||
prelude::*,
|
||||
process::posix_thread::PosixThreadExt,
|
||||
thread::ThreadExt,
|
||||
process::posix_thread::AsPosixThread,
|
||||
thread::AsThread,
|
||||
time::wait::{ManagedTimeout, TimeoutExt},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user