Searched refs:rwlock (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Drwlock.h44 SRWLOCK rwlock; member in struct:u_rwlock
46 pthread_rwlock_t rwlock;
50 static inline int u_rwlock_init(struct u_rwlock *rwlock) argument
53 InitializeSRWLock(&rwlock->rwlock);
56 return pthread_rwlock_init(&rwlock->rwlock, NULL);
60 static inline int u_rwlock_destroy(struct u_rwlock *rwlock) argument
65 return pthread_rwlock_destroy(&rwlock->rwlock);
69 u_rwlock_rdlock(struct u_rwlock * rwlock) argument
79 u_rwlock_rdunlock(struct u_rwlock * rwlock) argument
89 u_rwlock_wrlock(struct u_rwlock * rwlock) argument
99 u_rwlock_wrunlock(struct u_rwlock * rwlock) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2574 - util,radv,radv/winsys: Cross-platform rwlock API
2576 - util: Fix rwlock Windows include for MinGW

Completed in 8 milliseconds