Function pthread_atfork [src]

Prototype

pub extern "c" fn pthread_atfork( prepare: ?*const fn () callconv(.c) void, parent: ?*const fn () callconv(.c) void, child: ?*const fn () callconv(.c) void, ) c_int

Parameters

prepare: ?*const fn () callconv(.c) voidparent: ?*const fn () callconv(.c) voidchild: ?*const fn () callconv(.c) void

Source

pub extern "c" fn pthread_atfork( prepare: ?*const fn () callconv(.c) void, parent: ?*const fn () callconv(.c) void, child: ?*const fn () callconv(.c) void, ) c_int