• Home
  • Raw
  • Download

Lines Matching refs:rwlock

1509 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock)  in pthread_rwlock_wrlock_WRK()  argument
1515 fprintf(stderr, "<< pthread_rwl_wlk %p", rwlock); fflush(stderr); in pthread_rwlock_wrlock_WRK()
1520 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_wrlock_WRK()
1525 pthread_rwlock_t*,rwlock, long,1/*isW*/); in pthread_rwlock_wrlock_WRK()
1537 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1539 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
1543 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1545 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
1549 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK() argument
1555 fprintf(stderr, "<< pthread_rwl_rlk %p", rwlock); fflush(stderr); in pthread_rwlock_rdlock_WRK()
1559 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_rdlock_WRK()
1564 pthread_rwlock_t*,rwlock, long,0/*!isW*/); in pthread_rwlock_rdlock_WRK()
1576 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1578 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
1582 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1584 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
1588 static int pthread_rwlock_trywrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_trywrlock_WRK() argument
1594 fprintf(stderr, "<< pthread_rwl_trywlk %p", rwlock); fflush(stderr); in pthread_rwlock_trywrlock_WRK()
1598 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_trywrlock_WRK()
1608 pthread_rwlock_t*,rwlock, long,1/*isW*/); in pthread_rwlock_trywrlock_WRK()
1621 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1623 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
1627 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1629 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
1633 static int pthread_rwlock_tryrdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_WRK() argument
1639 fprintf(stderr, "<< pthread_rwl_tryrlk %p", rwlock); fflush(stderr); in pthread_rwlock_tryrdlock_WRK()
1643 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_tryrdlock_WRK()
1653 pthread_rwlock_t*,rwlock, long,0/*!isW*/); in pthread_rwlock_tryrdlock_WRK()
1666 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1668 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
1672 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1674 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
1679 static int pthread_rwlock_unlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_unlock_WRK() argument
1685 fprintf(stderr, "<< pthread_rwl_unlk %p", rwlock); fflush(stderr); in pthread_rwlock_unlock_WRK()
1689 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
1692 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_unlock_WRK()
1706 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1708 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()
1712 pthread_rwlock_t* rwlock) in PTH_FUNC() argument
1714 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()