]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10167: Switched reader writer lock code to use ks_thread_self_id instead of ks_thr...
authorShane Bryldt <astaelan@gmail.com>
Thu, 23 Mar 2017 22:31:16 +0000 (16:31 -0600)
committerShane Bryldt <astaelan@gmail.com>
Thu, 23 Mar 2017 22:31:16 +0000 (16:31 -0600)
commitb4ff0097eb198e595a24a3bb707f9adfe663e653
treefcac62988458b8c446f83de970d870bdcafc9785
parent713aa5dc2ecd2bf8827d73dbf57686b20145744b
FS-10167: Switched reader writer lock code to use ks_thread_self_id instead of ks_thread_self, which is more appropriate and resolves a couple issues related to duplicating handles for windows. Clean compiling across all tests on windows now, updated all of the solution and project files for required changes.
libs/libks/libks.vcxproj
libs/libks/src/ks_mutex.c
libs/libks/test/testhash.c
libs/libks/test/testhash.vcxproj
libs/libks/test/testpools.vcxproj
libs/libks/test/testq.c
libs/libks/test/testq.vcxproj
libs/libks/test/testsock.vcxproj
libs/libks/test/testthreadmutex.vcxproj
libs/libks/test/testtime.vcxproj