Function rustpython_vm::stdlib::errno::errors::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()>
) -> i32