Lines Matching refs:rwlock
1405 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_WRK() argument
1411 fprintf(stderr, "<< pthread_rwl_wlk %p", rwlock); fflush(stderr); in pthread_rwlock_wrlock_WRK()
1415 pthread_rwlock_t*,rwlock, in pthread_rwlock_wrlock_WRK()
1418 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_wrlock_WRK()
1422 pthread_rwlock_t*,rwlock, long,1/*isW*/); in pthread_rwlock_wrlock_WRK()
1434 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1435 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
1439 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1440 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
1453 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK() argument
1459 fprintf(stderr, "<< pthread_rwl_rlk %p", rwlock); fflush(stderr); in pthread_rwlock_rdlock_WRK()
1463 pthread_rwlock_t*,rwlock, in pthread_rwlock_rdlock_WRK()
1466 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_rdlock_WRK()
1470 pthread_rwlock_t*,rwlock, long,0/*!isW*/); in pthread_rwlock_rdlock_WRK()
1482 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1483 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
1487 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1488 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
1501 static int pthread_rwlock_trywrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_trywrlock_WRK() argument
1507 fprintf(stderr, "<< pthread_rwl_trywlk %p", rwlock); fflush(stderr); in pthread_rwlock_trywrlock_WRK()
1511 pthread_rwlock_t*,rwlock, in pthread_rwlock_trywrlock_WRK()
1514 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_trywrlock_WRK()
1523 pthread_rwlock_t*,rwlock, long,1/*isW*/); in pthread_rwlock_trywrlock_WRK()
1536 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1537 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
1541 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1542 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
1555 static int pthread_rwlock_tryrdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_WRK() argument
1561 fprintf(stderr, "<< pthread_rwl_tryrlk %p", rwlock); fflush(stderr); in pthread_rwlock_tryrdlock_WRK()
1565 pthread_rwlock_t*,rwlock, in pthread_rwlock_tryrdlock_WRK()
1568 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_tryrdlock_WRK()
1577 pthread_rwlock_t*,rwlock, long,0/*!isW*/); in pthread_rwlock_tryrdlock_WRK()
1590 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1591 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
1595 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1596 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
1608 static int pthread_rwlock_unlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_unlock_WRK() argument
1614 fprintf(stderr, "<< pthread_rwl_unlk %p", rwlock); fflush(stderr); in pthread_rwlock_unlock_WRK()
1618 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
1620 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_unlock_WRK()
1624 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
1636 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1637 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()
1641 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
1642 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()