Home
last modified time | relevance | path

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

/freebsd/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) in heim_base_atomic_inc() function