Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

pthread_atfork

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