HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlock_wrlock (Results 26 - 50 of 54) sorted by null

12 3

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
6-1.c 119 if (pthread_rwlock_wrlock(&rwlock) != 0) {
120 printf("main: Error at pthread_rwlock_wrlock()\n");
6-2.c 133 if (pthread_rwlock_wrlock(&rwlock) != 0) {
134 printf("pthread_rwlock_wrlock()\n");
1-1.c 10 * read-write lock referenced by rwlock as in the pthread_rwlock_wrlock() function.
199 if (pthread_rwlock_wrlock(&rwlock) != 0) {
200 printf("Error at pthread_rwlock_wrlock()\n");
3-1.c 10 * read-write lock referenced by rwlock as in the pthread_rwlock_wrlock() function.
220 if (pthread_rwlock_wrlock(&rwlock) != 0) {
221 printf("Error at pthread_rwlock_wrlock()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
2-1.c 18 * 4. Fork to create child, parent wait until child call pthread_rwlock_wrlock()
21 * 7. Child call pthread_rwlock_wrlock(), should block;
184 if ((pthread_rwlock_wrlock(&(rwlock_data->rwl))) != 0) {
185 printf("Child:pthread_rwlock_wrlock() error\n");
  /device/generic/goldfish-opengl/android-emu/android/base/synchronization/
AndroidLock.h 136 void lockWrite() { ::pthread_rwlock_wrlock(&mLock); }
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 87 if ((err = pthread_rwlock_wrlock(&m->m))) {
88 fprintf(stderr, "pthread_rwlock_wrlock failed with %d\n", err);
deadlock_detector_stress_test.cc 93 void lock() { assert(0 == pthread_rwlock_wrlock(&mu_)); }
  /external/dng_sdk/source/
dng_pthread.h 228 #define pthread_rwlock_wrlock dng_pthread_rwlock_wrlock macro
  /external/libcups/cups/
thread.c 131 pthread_rwlock_wrlock(rwlock);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
2-1.c 115 rc = pthread_rwlock_wrlock(&rwlock);
2-2.c 115 rc = pthread_rwlock_wrlock(&rwlock);
2-3.c 115 rc = pthread_rwlock_wrlock(&rwlock);
  /bionic/benchmarks/
pthread_benchmark.cpp 166 pthread_rwlock_wrlock(&lock);
  /external/gflags/src/
mutex.h 265 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/libnl/include/netlink-private/
netlink.h 256 pthread_rwlock_wrlock(lock);
  /bionic/libc/bionic/
pthread_rwlock.cpp 436 int pthread_rwlock_wrlock(pthread_rwlock_t* rwlock_interface) { function
  /bionic/libc/include/
pthread.h 243 int pthread_rwlock_wrlock(pthread_rwlock_t* __rwlock);
  /bionic/tests/headers/posix/
pthread_h.c 187 FUNCTION(pthread_rwlock_wrlock, int (*f)(pthread_rwlock_t*));
  /external/libunwind/include/
libunwind_i.h 206 __lock_acquire_internal(l, m, pthread_rwlock_wrlock)
  /bionic/tests/
pthread_test.cpp 882 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
899 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
903 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
908 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
909 ASSERT_EQ(EDEADLK, pthread_rwlock_wrlock(&l));
969 test_pthread_rwlock_reader_wakeup_writer(pthread_rwlock_wrlock);
996 ASSERT_EQ(0, pthread_rwlock_wrlock(&wakeup_arg.lock));
    [all...]
  /external/honggfuzz/libhfcommon/
util.c 269 if (pthread_rwlock_wrlock(mutex)) {
270 PLOG_F("%s():%d pthread_rwlock_wrlock(%p)", func, line, (void*)mutex);
  /external/stressapptest/src/
worker.h 161 sat_assert(0 == pthread_rwlock_wrlock(&status_rwlock_));
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /art/runtime/base/
mutex.cc 601 CHECK_MUTEX_CALL(pthread_rwlock_wrlock, (&rwlock_));
    [all...]

Completed in 707 milliseconds

12 3