]> git.ipfire.org Git - people/ms/strongswan.git/commit
thread: Don't acquire lock for thread_cleanup_push/pop
authorMartin Willi <martin@revosec.ch>
Wed, 15 Apr 2015 08:53:27 +0000 (10:53 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 15 Apr 2015 12:38:42 +0000 (14:38 +0200)
commitef33f8e85d8e26f1e03a183e340b38af04d47c60
treeb7f36b14dfb94a225f8c621d03984b5ab3e42fd3
parent3aa785507d5403455b16494cdcd2857f8e66ae99
thread: Don't acquire lock for thread_cleanup_push/pop

This is called only by the thread for its own thread_t, and does not need
synchronization.
src/libstrongswan/threading/thread.c