Home | History | Annotate | Download | only in bits

Lines Matching defs:__g

46     volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);     \
47 __atomic_flag_wait_explicit(__g, __x); \
49 atomic_flag_clear_explicit(__g, __x); \
55 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
56 __atomic_flag_wait_explicit(__g, __x); \
58 atomic_flag_clear_explicit(__g, __x); \
64 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
65 __atomic_flag_wait_explicit(__g, __x); \
68 atomic_flag_clear_explicit(__g, __x); \
76 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
77 __atomic_flag_wait_explicit(__g, __x); \
81 atomic_flag_clear_explicit(__g, __x); \
181 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
182 __atomic_flag_wait_explicit(__g, __m);
185 atomic_flag_clear_explicit(__g, __m);
193 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
194 __atomic_flag_wait_explicit(__g, __m);
197 atomic_flag_clear_explicit(__g, __m);