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

/freebsd-10-stable/contrib/libcxxrt/
H A Dguard.cc72 typedef uint32_t guard_t; typedef
74 static const uint32_t LOCKED = static_cast<guard_t>(1) << 31;
79 typedef uint64_t guard_t; typedef
82 static const guard_t LOCKED = static_cast<guard_t>(1) << 63;
83 static const guard_t INITIALISED = 1;
85 static const guard_t LOCKED = 1;
86 static const guard_t INITIALISED = static_cast<guard_t>(1) << 56;
96 } guard_t; typedef in typeref:struct:__anon238
103 } guard_t; typedef in typeref:struct:__anon239
[all...]

Completed in 46 milliseconds