]> git.ipfire.org Git - people/ms/strongswan.git/commit
Use a single thread-specific value for our custom rwlock_t implementation
authorTobias Brunner <tobias@strongswan.org>
Fri, 3 Aug 2012 08:47:33 +0000 (10:47 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 3 Aug 2012 09:30:18 +0000 (11:30 +0200)
commit920f29e7d52404cc04a2b6e3adcbdd0556d2fa7d
treeffdc94c701835d0f6f05bdb7554f5fa350afb8b7
parentf02a3055690eefc1a3e0587c59d31596f0e4d618
Use a single thread-specific value for our custom rwlock_t implementation

The pthread implementation on Android currently only supports 64
different thread-specific values per process, which we hit easily when
every rwlock_t requires one.
src/libstrongswan/threading/rwlock.c