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

/freebsd-10-stable/contrib/libcxxrt/
H A Dguard.cc77 #define INIT_PART(guard) (guard) macro
89 #define INIT_PART(guard) (guard) macro
109 #define INIT_PART(guard) (&(guard)->init_half) macro
125 if (INITIALISED == *INIT_PART(guard_object))
138 if (INIT_PART(guard_object) == LOCK_PART(guard_object))
140 if (INITIALISED != *INIT_PART(guard_object))
150 if (INIT_PART(guard_object) == LOCK_PART(guard_object) &&
158 if (INIT_PART(guard_object) != LOCK_PART(guard_object) &&
159 INITIALISED == *INIT_PART(guard_object))
183 if (INIT_PART(guard_objec
[all...]

Completed in 212 milliseconds