Searched defs:heim_base_atomic_inc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/heimdal/base/
H A Dbaselocl.h66 #define heim_base_atomic_inc(x) __sync_add_and_fetch((x), 1) macro
75 #define heim_base_atomic_inc(x) InterlockedIncrement(x) macro
90 heim_base_atomic_inc(heim_base_atomic_type *x) function

Completed in 50 milliseconds