OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_rwlock_timedrdlock
(Results
1 - 25
of
103
) sorted by null
1
2
3
4
5
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
5-1.c
7
* Test that
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock)
15
* 2. Child thread lock 'rwlock' for reading with
pthread_rwlock_timedrdlock
(),
19
* 4. The child thread lock 'rwlock' for reading, with
pthread_rwlock_timedrdlock
(),
21
* 5. The thread call
pthread_rwlock_timedrdlock
(). Should _NOT_ get ETIMEDOUT.
60
rc =
pthread_rwlock_timedrdlock
(&rwlock, &abs_timeout);
73
printf("thread1: Error in
pthread_rwlock_timedrdlock
().\n");
105
rc =
pthread_rwlock_timedrdlock
(&rwlock, &abs_timeout);
118
printf("thread2: Error in
pthread_rwlock_timedrdlock
().\n");
2-1.c
7
* Test that
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock)
19
* 4. The thread lock 'rwlock' for reading, using
pthread_rwlock_timedrdlock
(). Should
62
rc =
pthread_rwlock_timedrdlock
(&rwlock, &abs_timeout);
76
("Error in
pthread_rwlock_timedrdlock
(), error code:%d.\n",
1-1.c
7
* Test that
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock)
18
* using
pthread_rwlock_timedrdlock
(), should get read lock. Thread unlocks 'rwlock'.
22
* using
pthread_rwlock_timedrdlock
, should block
65
rc =
pthread_rwlock_timedrdlock
(&rwlock, &timeout);
76
("Error: thread: in
pthread_rwlock_timedrdlock
(), return code:%d\n",
81
/* Get time after the
pthread_rwlock_timedrdlock
() call. */
125
("Test FAILED: rd_thread1 blocked on
pthread_rwlock_timedrdlock
()\n");
6-1.c
6
* Test
pthread_rwlock_timedrdlock
(pthread_rwlock_t * rwlock)
9
* a thread blocked on a read-write lock via a call to
pthread_rwlock_timedrdlock
(),
96
rc =
pthread_rwlock_timedrdlock
(&rwlock, &abs_timeout);
6-2.c
6
* Test
pthread_rwlock_timedrdlock
(pthread_rwlock_t * rwlock)
9
* a thread blocked on a read-write lock via a call to
pthread_rwlock_timedrdlock
(),
20
* for a period that the specified 'timeout' for
pthread_rwlock_timedrdlock
()
105
rc =
pthread_rwlock_timedrdlock
(&rwlock, &abs_timeout);
113
printf("Error at
pthread_rwlock_timedrdlock
()");
3-1.c
7
* Test that
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock)
18
* using
pthread_rwlock_timedrdlock
(), should get read lock. Thread unlocks 'rwlock'.
22
* using
pthread_rwlock_timedrdlock
, should block
73
rc =
pthread_rwlock_timedrdlock
(&rwlock, &timeout);
84
("Error: thread: in
pthread_rwlock_timedrdlock
(), return code:%d\n",
89
/* Get time after the
pthread_rwlock_timedrdlock
() call. */
139
("Test FAILED: rd_thread1 blocked on
pthread_rwlock_timedrdlock
()\n");
/external/valgrind/drd/tests/
trylock.stderr.exp
7
Locking rwlock via
pthread_rwlock_timedrdlock
().
trylock.c
52
fprintf(stderr, "Locking rwlock via
pthread_rwlock_timedrdlock
().\n");
54
r =
pthread_rwlock_timedrdlock
(&rwlock, &abs_timeout); assert(r == 0);
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
122
INTERCEPTOR(int,
pthread_rwlock_timedrdlock
, pthread_rwlock_t *m,
125
int res = REAL(
pthread_rwlock_timedrdlock
)(m, abstime);
309
INTERCEPT_FUNCTION(
pthread_rwlock_timedrdlock
);
/bionic/libc/include/
pthread.h
196
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t* _Nonnull, const struct timespec* _Nonnull);
/development/ndk/platforms/android-21/include/
pthread.h
224
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
/development/ndk/platforms/android-9/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
pthread.h
256
int
pthread_rwlock_timedrdlock
(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
Completed in 626 milliseconds
1
2
3
4
5