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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/base/
H A Dbaselocl.h64 #define heim_base_atomic_type uint32_t macro
73 #define heim_base_atomic_type unsigned int macro
82 #define heim_base_atomic_type LONG macro
92 #define heim_base_atomic_type unsigned int macro
94 static inline heim_base_atomic_type
95 heim_base_atomic_inc(heim_base_atomic_type *x)
97 heim_base_atomic_type t;
104 static inline heim_base_atomic_type
105 heim_base_atomic_dec(heim_base_atomic_type *x)
107 heim_base_atomic_type
[all...]
H A Dheimbase.c41 static heim_base_atomic_type tidglobal = HEIM_TID_USER;
45 heim_base_atomic_type ref_cnt;
54 heim_base_atomic_type ref_cnt;
113 heim_base_atomic_type old;

Completed in 97 milliseconds