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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/base/
H A Dbaselocl.h62 #define heim_base_atomic_inc(x) atomic_inc_32_nv((x)) macro
71 #define heim_base_atomic_inc(x) __sync_add_and_fetch((x), 1) macro
80 #define heim_base_atomic_inc(x) InterlockedIncrement(x) macro
95 heim_base_atomic_inc(heim_base_atomic_type *x) function
H A Dheimbase.c99 if ((heim_base_atomic_inc(&p->ref_cnt) - 1) == 0)
283 type->tid = heim_base_atomic_inc(&tidglobal);

Completed in 25 milliseconds