Home
last modified time | relevance | path

Searched refs:spawn (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dbinder_async.rs44 fn spawn<'a, F1, F2, Fut, A, B, E>( in spawn() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs241 P::spawn( in test()
249 P::spawn( in get_dump_args()
259 P::spawn( in get_selinux_context()
273 P::spawn( in get_is_handling_transaction()
411 let child = command.spawn().expect("Could not start service"); in new_internal()
993 std::thread::spawn(|| { in get_is_handling_transaction()
1014 tokio::spawn(async { in get_is_handling_transaction_async()
/frameworks/native/libs/debugstore/rust/src/
Dstorage.rs119 thread::spawn(move || { in test_concurrent_insertions()
/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs114 fn spawn<'a, F1, F2, Fut, A, B, E>(spawn_me: F1, after_spawn: F2) -> BoxFuture<'a, Result<B, E>> in spawn() method
/frameworks/native/services/inputflinger/rust/
Dinput_filter.rs518 .spawn(move || loop { in create_looper()