[go: up one dir, main page]

[][src]Function libc::pthread_atfork

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