speech_dispatcher_sys

Function pthread_atfork

Source
pub unsafe extern "C" fn pthread_atfork(
    __prepare: Option<unsafe extern "C" fn()>,
    __parent: Option<unsafe extern "C" fn()>,
    __child: Option<unsafe extern "C" fn()>,
) -> c_int