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

/macosx-10.10/Heimdal-398.1.2/base/
H A Dbaselocl.h68 #define heim_base_atomic_inc(x) __sync_add_and_fetch((x), 1) macro
85 #define heim_base_atomic_inc(x) InterlockedIncrement(x) macro
100 heim_base_atomic_inc(heim_base_atomic_type *x) function
H A Dheimbase.c80 if ((heim_base_atomic_inc(&p->ref_cnt) - 1) == 0)
275 type->tid = heim_base_atomic_inc(&tidglobal);

Completed in 175 milliseconds