Type Definition libc::pthread_introspection_hook_t

source ·
pub type pthread_introspection_hook_t = extern "C" fn(event: c_uint, thread: pthread_t, addr: *mut c_void, size: size_t);