pub unsafe extern "C" fn ABinderProcess_joinThreadPool()
Expand description
This adds the current thread to the threadpool. This thread will be in addition to the thread configured with ABinderProcess_setThreadPoolMaxThreadCount and started with ABinderProcess_startThreadPool.
Do not use this from a library. Apps setup their own threadpools, and otherwise, the main function should be responsible for configuring the threadpool for the entire application.