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.

count The pointer to the integer variable.

Returns the value after this decrement.