Function crfsuite_sys::crfsuite_interlocked_decrement [] [src]

pub unsafe extern "C" fn crfsuite_interlocked_decrement(
    count: *mut c_int
) -> c_int

Decrements the value of the integer variable as an atomic operation. @param count The pointer to the integer variable. @return The value after this decrement.