OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__atomic_flag_base
(Results
1 - 12
of
12
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h
58
typedef struct
__atomic_flag_base
struct
61
}
__atomic_flag_base
;
typedef in typeref:struct:__atomic_flag_base
124
atomic_flag_test_and_set_explicit(volatile
__atomic_flag_base
*, memory_order);
127
atomic_flag_test_and_set(volatile
__atomic_flag_base
* __a)
131
atomic_flag_clear_explicit(volatile
__atomic_flag_base
*, memory_order);
134
atomic_flag_clear(volatile
__atomic_flag_base
* __a)
138
__atomic_flag_wait_explicit(volatile
__atomic_flag_base
*, memory_order);
140
volatile
__atomic_flag_base
*
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h
58
typedef struct
__atomic_flag_base
struct
61
}
__atomic_flag_base
;
typedef in typeref:struct:__atomic_flag_base
124
atomic_flag_test_and_set_explicit(volatile
__atomic_flag_base
*, memory_order);
127
atomic_flag_test_and_set(volatile
__atomic_flag_base
* __a)
131
atomic_flag_clear_explicit(volatile
__atomic_flag_base
*, memory_order);
134
atomic_flag_clear(volatile
__atomic_flag_base
* __a)
138
__atomic_flag_wait_explicit(volatile
__atomic_flag_base
*, memory_order);
140
volatile
__atomic_flag_base
*
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h
58
typedef struct
__atomic_flag_base
struct
61
}
__atomic_flag_base
;
typedef in typeref:struct:__atomic_flag_base
124
atomic_flag_test_and_set_explicit(volatile
__atomic_flag_base
*, memory_order);
127
atomic_flag_test_and_set(volatile
__atomic_flag_base
* __a)
131
atomic_flag_clear_explicit(volatile
__atomic_flag_base
*, memory_order);
134
atomic_flag_clear(volatile
__atomic_flag_base
* __a)
138
__atomic_flag_wait_explicit(volatile
__atomic_flag_base
*, memory_order);
140
volatile
__atomic_flag_base
*
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h
46
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
55
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
64
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
76
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
85
struct atomic_flag : public
__atomic_flag_base
93
atomic_flag(bool __i):
__atomic_flag_base
({ __i }) { }
181
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p);
193
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h
101
typedef struct
__atomic_flag_base
atomic_flag;
atomic_2.h
47
struct atomic_flag : public
__atomic_flag_base
55
atomic_flag(bool __i):
__atomic_flag_base
({ __i }) { }
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h
46
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
55
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
64
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
76
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
85
struct atomic_flag : public
__atomic_flag_base
93
atomic_flag(bool __i):
__atomic_flag_base
({ __i }) { }
181
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p);
193
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h
101
typedef struct
__atomic_flag_base
atomic_flag;
atomic_2.h
47
struct atomic_flag : public
__atomic_flag_base
55
atomic_flag(bool __i):
__atomic_flag_base
({ __i }) { }
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h
46
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
55
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
64
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
76
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p); \
85
struct atomic_flag : public
__atomic_flag_base
93
atomic_flag(bool __i):
__atomic_flag_base
({ __i }) { }
181
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p);
193
volatile
__atomic_flag_base
* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h
101
typedef struct
__atomic_flag_base
atomic_flag;
atomic_2.h
47
struct atomic_flag : public
__atomic_flag_base
55
atomic_flag(bool __i):
__atomic_flag_base
({ __i }) { }
Completed in 38 milliseconds