mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Rename (Posix)ThreadExt
to As(Posix)Thread
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9233d1cdbb
commit
e6c613f538
@ -9,7 +9,7 @@ use ostd::{
|
||||
};
|
||||
|
||||
use super::{
|
||||
posix_thread::{thread_table, PosixThread, PosixThreadBuilder, PosixThreadExt, ThreadName},
|
||||
posix_thread::{thread_table, AsPosixThread, PosixThread, PosixThreadBuilder, ThreadName},
|
||||
process_table,
|
||||
process_vm::ProcessVm,
|
||||
signal::{constants::SIGCHLD, sig_disposition::SigDispositions, sig_num::SigNum},
|
||||
@ -21,7 +21,7 @@ use crate::{
|
||||
get_current_userspace,
|
||||
prelude::*,
|
||||
process::posix_thread::allocate_posix_tid,
|
||||
thread::{ThreadExt, Tid},
|
||||
thread::{AsThread, Tid},
|
||||
};
|
||||
|
||||
bitflags! {
|
||||
|
Reference in New Issue
Block a user