HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlockattr_t (Results 1 - 25 of 25) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
3-11-buildonly.c 8 Test pthread_rwlockattr_t
13 pthread_rwlockattr_t dummy;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
1-1.c 11 * 1. Initialize a pthread_rwlockattr_t object using pthread_rwlockattr_init()
23 pthread_rwlockattr_t rwla;
2-1.c 12 * 1. Initialize a pthread_rwlockattr_t object using pthread_rwlockattr_init()
14 * 3. Initialize the pthread_rwlockattr_t object again. This should not result
26 pthread_rwlockattr_t rwla;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
1-1.c 12 * 1. Initialize a pthread_rwlockattr_t object with pthread_rwlockattr_init()
23 pthread_rwlockattr_t rwla;
4-1.c 13 * 1. Initialize a pthread_rwlockattr_t object with pthread_rwlockattr_init()
24 pthread_rwlockattr_t rwla;
2-1.c 51 pthread_rwlockattr_t rwla;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
1-1.c 13 * 1. Initialize a pthread_rwlockattr_t object with pthread_rwlockattr_init()
25 pthread_rwlockattr_t rwa;
2-1.c 13 * 1. Initialize a pthread_rwlockattr_t object with pthread_rwlockattr_init()i
14 * 2. Initialize two pthread_rwlock_t objects with this pthread_rwlockattr_t object
15 * 3. Destruct this pthread_rwlockattr_t objects.
26 pthread_rwlockattr_t rwa;
  /bionic/libc/bionic/
pthread_rwlock.cpp 72 static inline __always_inline __always_inline bool __rwlockattr_getpshared(const pthread_rwlockattr_t* attr) {
76 static inline __always_inline __always_inline void __rwlockattr_setpshared(pthread_rwlockattr_t* attr, int pshared) {
80 static inline __always_inline int __rwlockattr_getkind(const pthread_rwlockattr_t* attr) {
84 static inline __always_inline void __rwlockattr_setkind(pthread_rwlockattr_t* attr, int kind) {
89 int pthread_rwlockattr_init(pthread_rwlockattr_t* attr) {
94 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* attr) {
99 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* attr, int* pshared) {
108 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* attr, int pshared) {
121 int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t* attr, int* pref) {
126 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* attr, int pref)
    [all...]
  /bionic/libc/include/bits/
pthread_types.h 93 typedef long pthread_rwlockattr_t; typedef
  /bionic/tests/headers/posix/
sys_types_h.c 59 TYPE(pthread_rwlockattr_t);
pthread_h.c 85 TYPE(pthread_rwlockattr_t);
180 FUNCTION(pthread_rwlock_init, int (*f)(pthread_rwlock_t*, const pthread_rwlockattr_t*));
188 FUNCTION(pthread_rwlockattr_destroy, int (*f)(pthread_rwlockattr_t*));
189 FUNCTION(pthread_rwlockattr_getpshared, int (*f)(const pthread_rwlockattr_t*, int*));
190 FUNCTION(pthread_rwlockattr_init, int (*f)(pthread_rwlockattr_t*));
191 FUNCTION(pthread_rwlockattr_setpshared, int (*f)(pthread_rwlockattr_t*, int));
  /external/dng_sdk/source/
dng_pthread.h 128 typedef void *pthread_rwlockattr_t; typedef
131 int dng_pthread_rwlock_init(dng_pthread_rwlock_t * rwlock, const pthread_rwlockattr_t * attrs);
139 typedef void *pthread_rwlockattr_t; typedef
142 int dng_pthread_rwlock_init(dng_pthread_rwlock_t * rwlock, const pthread_rwlockattr_t * attrs);
dng_pthread.cpp 861 int dng_pthread_rwlock_init(dng_pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attrs)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
3-1.c 32 pthread_rwlockattr_t rwlockattr;
1-1.c 60 pthread_rwlockattr_t rwlockattr;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
1-1.c 12 * 1. Initialize a pthread_rwlockattr_t object with pthread_rwlockattr_init().
25 pthread_rwlockattr_t rwla;
  /bionic/libc/include/
pthread.h 221 int pthread_rwlockattr_init(pthread_rwlockattr_t* __attr);
222 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* __attr);
223 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* __attr, int* __shared);
224 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* __attr, int __shared);
225 int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t* __attr, int* __kind)
227 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* __attr, int __kind) __INTRODUCED_IN(23);
230 int pthread_rwlock_init(pthread_rwlock_t* __rwlock, const pthread_rwlockattr_t* __attr);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 123 #define rwlockattr_t pthread_rwlockattr_t
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 73 pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /bionic/libc/malloc_debug/
malloc_debug.cpp 117 pthread_rwlockattr_t attr;
  /bionic/tests/
pthread_test.cpp 837 pthread_rwlockattr_t attr;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2415 pthread_rwlockattr_t = __darwin_pthread_rwlockattr_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2415 pthread_rwlockattr_t = __darwin_pthread_rwlockattr_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2415 pthread_rwlockattr_t = __darwin_pthread_rwlockattr_t variable
    [all...]

Completed in 270 milliseconds