Home
last modified time | relevance | path

Searched refs:set_thread_pool_max_thread_count (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dstate.rs51 pub fn set_thread_pool_max_thread_count(num_threads: u32) { in set_thread_pool_max_thread_count() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs43 binder::ProcessState::set_thread_pool_max_thread_count(0); in main()