Home | History | Annotate | Download | only in include

Lines Matching refs:__g

146      volatile atomic_flag* __g = __atomic_flag_for_address(__p); 	\
147 __atomic_flag_wait_explicit(__g, __x); \
149 atomic_flag_clear_explicit(__g, __x); \
155 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
156 __atomic_flag_wait_explicit(__g, __x); \
158 atomic_flag_clear_explicit(__g, __x); \
164 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
165 __atomic_flag_wait_explicit(__g, __x); \
168 atomic_flag_clear_explicit(__g, __x); \
176 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
177 __atomic_flag_wait_explicit(__g, __x); \
181 atomic_flag_clear_explicit(__g, __x); \