Function libc::pthread_atfork
[−]
[src]
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
🔬 This is a nightly-only experimental API. (libc)
use libc from crates.io