Searched defs:Shared (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | blocking_pool.rs | 140 struct Shared { struct 142 queue: VecDeque<Task>, 145 total_thread_num: u8, 148 idle_thread_num: u8, 151 notify_num: u8, 154 current_permanent_thread_num: u8, 157 shutdown: bool, 160 worker_id: usize, 276 mut shared: MutexGuard<'a, Shared>, in wait_temporary() argument 278 ) -> (WaitState, MutexGuard<Shared>) { in wait_temporary() [all …]
|
/ohos5.0/build/rust/tests/test_cxx/src/ |
H A D | lib.rs | 21 struct Shared { struct 36 fn r_return_shared() -> ffi::Shared { in r_return_shared()
|