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

/freebsd-10.1-release/contrib/libcxxrt/
H A Dguard.cc72 typedef uint32_t guard_t; typedef
73 static const uint32_t LOCKED = ((guard_t)1) << 31;
76 typedef uint64_t guard_t; typedef
78 static const guard_t LOCKED = ((guard_t)1) << 63;
79 static const guard_t INITIALISED = 1;
81 static const guard_t LOCKED = 1;
82 static const guard_t INITIALISED = ((guard_t)1) << 56;
91 extern "C" int __cxa_guard_acquire(volatile guard_t *guard_objec
[all...]

Completed in 39 milliseconds