Lines Matching refs:rwlock
1560 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_WRK() argument
1566 fprintf(stderr, "<< pthread_rwl_wlk %p", rwlock); fflush(stderr); in pthread_rwlock_wrlock_WRK()
1570 pthread_rwlock_t*,rwlock, in pthread_rwlock_wrlock_WRK()
1573 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_wrlock_WRK()
1577 pthread_rwlock_t*,rwlock, long,1/*isW*/); in pthread_rwlock_wrlock_WRK()
1589 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1590 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
1594 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1595 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
1608 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK() argument
1614 fprintf(stderr, "<< pthread_rwl_rlk %p", rwlock); fflush(stderr); in pthread_rwlock_rdlock_WRK()
1618 pthread_rwlock_t*,rwlock, in pthread_rwlock_rdlock_WRK()
1621 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_rdlock_WRK()
1625 pthread_rwlock_t*,rwlock, long,0/*!isW*/); in pthread_rwlock_rdlock_WRK()
1637 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1638 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
1642 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1643 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
1656 static int pthread_rwlock_trywrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_trywrlock_WRK() argument
1662 fprintf(stderr, "<< pthread_rwl_trywlk %p", rwlock); fflush(stderr); in pthread_rwlock_trywrlock_WRK()
1666 pthread_rwlock_t*,rwlock, in pthread_rwlock_trywrlock_WRK()
1669 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_trywrlock_WRK()
1678 pthread_rwlock_t*,rwlock, long,1/*isW*/); in pthread_rwlock_trywrlock_WRK()
1691 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1692 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
1696 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1697 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
1710 static int pthread_rwlock_tryrdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_WRK() argument
1716 fprintf(stderr, "<< pthread_rwl_tryrlk %p", rwlock); fflush(stderr); in pthread_rwlock_tryrdlock_WRK()
1720 pthread_rwlock_t*,rwlock, in pthread_rwlock_tryrdlock_WRK()
1723 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_tryrdlock_WRK()
1732 pthread_rwlock_t*,rwlock, long,0/*!isW*/); in pthread_rwlock_tryrdlock_WRK()
1745 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1746 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
1750 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1751 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
1763 static int pthread_rwlock_unlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_unlock_WRK() argument
1769 fprintf(stderr, "<< pthread_rwl_unlk %p", rwlock); fflush(stderr); in pthread_rwlock_unlock_WRK()
1773 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
1775 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_unlock_WRK()
1779 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
1791 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1792 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()
1796 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1797 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()