Subj : src/xpdev/rwlockwrap.hsrc/xpdev/targets.mk wraptest.c To : Git commit to main/sbbs/master From : Deucе Date : Wed Jan 17 2024 10:41 pm https://gitlab.synchro.net/main/sbbs/-/commit/540f4a8046dad6e1ff33b086 Added Files: src/xpdev/rwlockwrap.h Modified Files: src/xpdev/targets.mk wraptest.c Log Message: Add test for rwlocks Currently the "wrapper" is just the POSIX API. We may not need the pthread_rwlock_timed??lock() functions, and even if we do, we like want a different wrapper that takes a ms timeout instead of an absolute time. .