HomeSort by relevance Sort by last modified time
    Searched full:pthread_rwlock_timedwrlock (Results 1 - 25 of 556) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
coverage.txt 1 This document defines the coverage for the pthread_rwlock_timedwrlock() function:
7-1.sh 8 # Test pthread_rwlock_timedwrlock()
5-1.c 7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
15 * 2. Child thread lock 'rwlock' for writing with pthread_rwlock_timedwrlock(),
19 * 5. The child thread lock 'rwlock' for write, with pthread_rwlock_timedwrlock(),
21 * 6. The thread call pthread_rwlock_timedwrlock(). Should not get ETIMEDOUT.
67 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout);
80 printf("thread1: Error in pthread_rwlock_timedwrlock().\n");
111 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout);
124 printf("thread2: Error in pthread_rwlock_timedwrlock().\n");
assertions.xml 3 pthread_rwlock_timedwrlock( ) function shall apply a write lock to the
36 a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock( ),
45 pthread_rwlock_timedwrlock( ) function shall fail if:
2-1.c 7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
20 * 4. The thread locks 'rwlock' for writing, using pthread_rwlock_timedwrlock(). Should
68 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout);
83 ("Error in pthread_rwlock_timedwrlock(), error code:%d.\n",
4-1.sh 8 # Test pthread_rwlock_timedwrlock()
6-2.c 6 * Test pthread_rwlock_timedwrlock(pthread_rwlock_t * rwlock)
9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock(),
20 * for a period that the specified 'timeout' for pthread_rwlock_timedwrlock()
105 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout);
113 printf("Error %d at pthread_rwlock_timedwrlock()\n", rc);
1-1.c 7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
9 * pthread_rwlock_timedwrlock() function shall apply a write lock to the
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
20 * using pthread_rwlock_timedwrlock(), should block, but when the timer expires,
24 * 8. Create child thread to lock 'rwlock' for writing, using pthread_rwlock_timedwrlock,
68 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout);
3-1.c 7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
9 * pthread_rwlock_timedwrlock() function shall apply a write lock to the
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
20 * using pthread_rwlock_timedwrlock(), should block, but when the timer expires,
24 * 8. Create child thread to lock 'rwlock' for writing, using pthread_rwlock_timedwrlock,
78 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout);
6-1.c 6 * Test pthread_rwlock_timedwrlock(pthread_rwlock_t * rwlock)
9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock(),
95 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout);
97 printf("sig_thread: pthread_rwlock_timedwrlock returns %d\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
4-1.sh 8 # Test pthread_rwlock_timedwrlock()
assertions.xml 36 a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock( ),
45 pthread_rwlock_timedwrlock( ) function shall fail if:
  /external/valgrind/drd/tests/
trylock.stderr.exp 4 Locking rwlock via pthread_rwlock_timedwrlock().
trylock.c 37 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedwrlock().\n");
39 r = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); assert(r == 0);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 147 INTERCEPTOR(int, pthread_rwlock_timedwrlock, pthread_rwlock_t *m,
150 int res = REAL(pthread_rwlock_timedwrlock)(m, abstime);
312 INTERCEPT_FUNCTION(pthread_rwlock_timedwrlock);
  /external/ltp/testcases/open_posix_testsuite/Documentation/
COVERAGE.threads 84 pthread_rwlock_timedwrlock YES LOW
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 160 pthread_rwlock_timedwrlock(),
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr6/
libc.so 
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/libr2/
libc.so 

Completed in 269 milliseconds

1 2 3 4 5 6 7 8 91011>>