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

/freebsd-10-stable/contrib/libcxxrt/
H A Dguard.cc75 static const uint32_t INITIALISED = 1; variable
83 static const guard_t INITIALISED = 1; variable
86 static const guard_t INITIALISED = static_cast<guard_t>(1) << 56; variable
98 static const uint32_t INITIALISED = 1; variable
106 static const uint32_t INITIALISED = static_cast<guard_lock_t>(1) << 24; variable
125 if (INITIALISED == *INIT_PART(guard_object))
140 if (INITIALISED != *INIT_PART(guard_object))
151 old == INITIALISED)
159 INITIALISED == *INIT_PART(guard_object))
189 old, INITIALISED);
[all...]

Completed in 133 milliseconds