• Home
  • Raw
  • Download

Lines Matching refs:rwlock

2060               rwlock_t *rwlock,  in PTH_FUNC()  argument
2068 fprintf(stderr, "<< rwl_init %p", rwlock); fflush(stderr); in PTH_FUNC()
2071 CALL_FN_W_WWW(ret, fn, rwlock, type, arg); in PTH_FUNC()
2075 rwlock_t *, rwlock); in PTH_FUNC()
2145 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_WRK() argument
2151 fprintf(stderr, "<< pthread_rwl_wlk %p", rwlock); fflush(stderr); in pthread_rwlock_wrlock_WRK()
2155 pthread_rwlock_t*,rwlock, in pthread_rwlock_wrlock_WRK()
2158 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_wrlock_WRK()
2161 pthread_rwlock_t*,rwlock, long,1/*isW*/, in pthread_rwlock_wrlock_WRK()
2174 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2175 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
2179 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2180 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
2184 pthread_rwlock_t *rwlock) { in PTH_FUNC() argument
2185 return pthread_rwlock_wrlock_WRK(rwlock); in PTH_FUNC()
2194 rwlock_t *rwlock) in PTH_FUNC() argument
2199 fprintf(stderr, "<< lrw_wlk %p", rwlock); fflush(stderr); in PTH_FUNC()
2203 pthread_rwlock_t *, rwlock, in PTH_FUNC()
2206 CALL_FN_v_W(fn, rwlock); in PTH_FUNC()
2209 pthread_rwlock_t *, rwlock, long, 1/*isW*/, long, True); in PTH_FUNC()
2225 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK() argument
2231 fprintf(stderr, "<< pthread_rwl_rlk %p", rwlock); fflush(stderr); in pthread_rwlock_rdlock_WRK()
2235 pthread_rwlock_t*,rwlock, in pthread_rwlock_rdlock_WRK()
2238 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_rdlock_WRK()
2241 pthread_rwlock_t*,rwlock, long,0/*!isW*/, in pthread_rwlock_rdlock_WRK()
2254 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2255 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
2259 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2260 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
2264 pthread_rwlock_t *rwlock) { in PTH_FUNC() argument
2265 return pthread_rwlock_rdlock_WRK(rwlock); in PTH_FUNC()
2274 rwlock_t *rwlock) in PTH_FUNC() argument
2279 fprintf(stderr, "<< lrw_rlk %p", rwlock); fflush(stderr); in PTH_FUNC()
2283 pthread_rwlock_t *, rwlock, in PTH_FUNC()
2286 CALL_FN_v_W(fn, rwlock); in PTH_FUNC()
2289 pthread_rwlock_t *, rwlock, long, 0/*!isW*/, long, True); in PTH_FUNC()
2305 static int pthread_rwlock_trywrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_trywrlock_WRK() argument
2311 fprintf(stderr, "<< pthread_rwl_trywlk %p", rwlock); fflush(stderr); in pthread_rwlock_trywrlock_WRK()
2315 pthread_rwlock_t*,rwlock, in pthread_rwlock_trywrlock_WRK()
2318 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_trywrlock_WRK()
2326 pthread_rwlock_t*,rwlock, long,1/*isW*/, in pthread_rwlock_trywrlock_WRK()
2340 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2341 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
2345 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2346 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
2350 pthread_rwlock_t *rwlock) { in PTH_FUNC() argument
2351 return pthread_rwlock_trywrlock_WRK(rwlock); in PTH_FUNC()
2365 static int pthread_rwlock_tryrdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_WRK() argument
2371 fprintf(stderr, "<< pthread_rwl_tryrlk %p", rwlock); fflush(stderr); in pthread_rwlock_tryrdlock_WRK()
2375 pthread_rwlock_t*,rwlock, in pthread_rwlock_tryrdlock_WRK()
2378 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_tryrdlock_WRK()
2386 pthread_rwlock_t*,rwlock, long,0/*!isW*/, in pthread_rwlock_tryrdlock_WRK()
2401 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2402 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
2406 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2407 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
2411 pthread_rwlock_t *rwlock) { in PTH_FUNC() argument
2412 return pthread_rwlock_tryrdlock_WRK(rwlock); in PTH_FUNC()
2426 static int pthread_rwlock_timedrdlock_WRK(pthread_rwlock_t *rwlock, in pthread_rwlock_timedrdlock_WRK() argument
2433 fprintf(stderr, "<< pthread_rwl_timedrdl %p", rwlock); fflush(stderr); in pthread_rwlock_timedrdlock_WRK()
2437 pthread_rwlock_t *, rwlock, in pthread_rwlock_timedrdlock_WRK()
2440 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedrdlock_WRK()
2443 pthread_rwlock_t *, rwlock, long, 0/*isW*/, in pthread_rwlock_timedrdlock_WRK()
2458 pthread_rwlock_t *rwlock, in PTH_FUNC() argument
2460 return pthread_rwlock_timedrdlock_WRK(rwlock, timeout); in PTH_FUNC()
2463 pthread_rwlock_t *rwlock, in PTH_FUNC() argument
2465 return pthread_rwlock_timedrdlock_WRK(rwlock, timeout); in PTH_FUNC()
2479 static int pthread_rwlock_timedwrlock_WRK(pthread_rwlock_t *rwlock, in pthread_rwlock_timedwrlock_WRK() argument
2486 fprintf(stderr, "<< pthread_rwl_timedwrl %p", rwlock); fflush(stderr); in pthread_rwlock_timedwrlock_WRK()
2490 pthread_rwlock_t *, rwlock, in pthread_rwlock_timedwrlock_WRK()
2493 CALL_FN_W_WW(ret, fn, rwlock, timeout); in pthread_rwlock_timedwrlock_WRK()
2496 pthread_rwlock_t *, rwlock, long, 1/*isW*/, in pthread_rwlock_timedwrlock_WRK()
2511 pthread_rwlock_t *rwlock, in PTH_FUNC() argument
2513 return pthread_rwlock_timedwrlock_WRK(rwlock, timeout); in PTH_FUNC()
2516 pthread_rwlock_t *rwlock, in PTH_FUNC() argument
2518 return pthread_rwlock_timedwrlock_WRK(rwlock, timeout); in PTH_FUNC()
2531 static int pthread_rwlock_unlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_unlock_WRK() argument
2537 fprintf(stderr, "<< pthread_rwl_unlk %p", rwlock); fflush(stderr); in pthread_rwlock_unlock_WRK()
2541 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
2543 CALL_FN_W_W(ret, fn, rwlock); in pthread_rwlock_unlock_WRK()
2546 pthread_rwlock_t*,rwlock); in pthread_rwlock_unlock_WRK()
2558 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2559 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()
2563 pthread_rwlock_t* rwlock) { in PTH_FUNC() argument
2564 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()
2568 pthread_rwlock_t *rwlock) { in PTH_FUNC() argument
2569 return pthread_rwlock_unlock_WRK(rwlock); in PTH_FUNC()