OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_notifier_head
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/kernel/common/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/development/ndk/platforms/android-3/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
notifier.h
24
struct
atomic_notifier_head
{
struct
46
#define
ATOMIC_NOTIFIER_HEAD
(name) struct
atomic_notifier_head
name = ATOMIC_NOTIFIER_INIT(name)
/external/kernel-headers/original/linux/
notifier.h
41
struct
atomic_notifier_head
{
struct
76
#define
ATOMIC_NOTIFIER_HEAD
(name) \
77
struct
atomic_notifier_head
name = \
88
extern int atomic_notifier_chain_register(struct
atomic_notifier_head
*,
95
extern int atomic_notifier_chain_unregister(struct
atomic_notifier_head
*,
102
extern int atomic_notifier_call_chain(struct
atomic_notifier_head
*,
Completed in 423 milliseconds