rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key
This commit is contained in:
parent
daecab3a78
commit
8082fb988a
10 changed files with 65 additions and 45 deletions
|
@ -47,7 +47,6 @@ pub mod cmath;
|
|||
pub mod condvar;
|
||||
pub mod env;
|
||||
pub mod ext;
|
||||
pub mod fast_thread_local;
|
||||
pub mod fd;
|
||||
pub mod fs;
|
||||
pub mod io;
|
||||
|
@ -68,7 +67,8 @@ pub mod rwlock;
|
|||
pub mod stack_overflow;
|
||||
pub mod stdio;
|
||||
pub mod thread;
|
||||
pub mod thread_local;
|
||||
pub mod thread_local_key;
|
||||
pub mod thread_local_dtor;
|
||||
pub mod time;
|
||||
|
||||
pub use crate::sys_common::os_str_bytes as os_str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue