ABinderProcess_disableBackgroundScheduling

Function ABinderProcess_disableBackgroundScheduling 

Source
pub unsafe extern "C" fn ABinderProcess_disableBackgroundScheduling(
    disable: bool,
)
Expand description

Disables (or enables) background scheduling.

By default, binder threads execute at a lower priority. However, this can cause priority inversion, so it is recommended to be disabled in high priority or in system processes.

See also AIBinder_setMinSchedulerPolicy, which overrides this setting.

\param disable whether to disable background scheduling