OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rwlock_t
(Results
26 - 36
of
36
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon55294
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon55764
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon70073
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon70438
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon70803
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon71171
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon71571
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon72024
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
spinlock_types.h
27
}
rwlock_t
;
typedef in typeref:struct:__anon72479
38
#define __RW_LOCK_UNLOCKED(lockname) (
rwlock_t
) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44
#define DEFINE_RWLOCK(x)
rwlock_t
x = __RW_LOCK_UNLOCKED(x)
/external/valgrind/drd/tests/
annotate_rwlock.c
31
}
rwlock_t
;
typedef in typeref:struct:__anon26694
34
static
rwlock_t
s_rwlock;
38
static void rwlock_init(
rwlock_t
* p)
47
static void rwlock_destroy(
rwlock_t
* p)
55
static void rwlock_rdlock(
rwlock_t
* p)
79
static void rwlock_wrlock(
rwlock_t
* p)
103
static void rwlock_unlock(
rwlock_t
* p)
/external/valgrind/helgrind/tests/
annotate_rwlock.c
41
}
rwlock_t
;
typedef in typeref:struct:__anon26771
44
static
rwlock_t
s_rwlock;
48
static void rwlock_init(
rwlock_t
* p)
57
static void rwlock_destroy(
rwlock_t
* p)
65
static void rwlock_rdlock(
rwlock_t
* p)
90
static void rwlock_wrlock(
rwlock_t
* p)
115
static void rwlock_unlock(
rwlock_t
* p)
Completed in 1499 milliseconds
1
2