Function binder_ndk_sys::ABinderProcess_isThreadPoolStarted

source ยท
pub unsafe extern "C" fn ABinderProcess_isThreadPoolStarted() -> bool
Expand description

Check if the threadpool has already been started. This tells whether someone in the process has called ABinderProcess_startThreadPool. Usually, you should use this in a library to abort if the threadpool is not started. Programs should configure binder threadpools once at the beginning.