Searched refs:single_thread (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/uefi/src/proto/pi/ |
D | mp.rs | 114 single_thread: bool, 161 single_thread: bool, in startup_all_aps() 180 single_thread, in startup_all_aps()
|
/external/rust/android-crates-io/crates/portable-atomic/src/tests/ |
D | helper.rs | 49 ($atomic_type:ty, $int_type:ident, single_thread) => { 88 __test_atomic_int_load_store!($atomic_type, $int_type, single_thread); 125 ($atomic_type:ty, $float_type:ident, single_thread) => { 164 __test_atomic_float_load_store!($atomic_type, $float_type, single_thread); 169 ($atomic_type:ty, single_thread) => { 208 __test_atomic_bool_load_store!($atomic_type, single_thread); 213 ($atomic_type:ty, single_thread) => { 256 __test_atomic_ptr_load_store!($atomic_type, single_thread); 262 ($atomic_type:ty, $int_type:ident, single_thread) => { 811 __test_atomic_int!($atomic_type, $int_type, single_thread); [all …]
|
/external/rust/android-crates-io/extra_versions/crates/jni/tests/ |
D | executor.rs | 14 fn single_thread() { in single_thread() function
|
/external/rust/android-crates-io/crates/jni/tests/ |
D | executor.rs | 20 fn single_thread() { in single_thread() function
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | rt_threaded_alt.rs | 29 fn single_thread() { in single_thread() function
|
D | rt_threaded.rs | 29 fn single_thread() { in single_thread() function
|