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

/freebsd-13-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
H A Dheimbase.c97 if ((heim_base_atomic_inc(&p->ref_cnt) - 1) == 0)
281 type->tid = heim_base_atomic_inc(&tidglobal);

Completed in 107 milliseconds