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

/freebsd-13-stable/crypto/heimdal/base/
H A Dbaselocl.h68 #define heim_base_atomic_type unsigned int macro
77 #define heim_base_atomic_type LONG macro
87 #define heim_base_atomic_type unsigned int macro
89 static inline heim_base_atomic_type
90 heim_base_atomic_inc(heim_base_atomic_type *x)
92 heim_base_atomic_type t;
99 static inline heim_base_atomic_type
100 heim_base_atomic_dec(heim_base_atomic_type *x)
102 heim_base_atomic_type t;
H A Dheimbase.c39 static heim_base_atomic_type tidglobal = HEIM_TID_USER;
43 heim_base_atomic_type ref_cnt;
52 heim_base_atomic_type ref_cnt;
111 heim_base_atomic_type old;

Completed in 143 milliseconds