esp_idf_hal::sys

Function pthread_atfork

Source
pub unsafe extern "C" fn pthread_atfork(
    arg1: Option<unsafe extern "C" fn()>,
    arg2: Option<unsafe extern "C" fn()>,
    arg3: Option<unsafe extern "C" fn()>,
) -> i32