Error messages now prefixed with function name.
authorArmin Novak <armin.novak@thincast.com>
Wed, 16 Jul 2014 09:59:26 +0000 (11:59 +0200)
committerArmin Novak <armin.novak@thincast.com>
Mon, 27 Oct 2014 10:28:11 +0000 (11:28 +0100)
commit7acdbdaa858dff47c81ff8f395cf0f63a7d84b1b
tree092cea816a65919e649da49a6ad478e7c2313ae8
parentc5bb6125c1cc85c2eaebf6aedeaf232c7e1239c4
Error messages now prefixed with function name.
Implemented bWaitAll for WaitForMultipleObjects.
pthread_join now only called on first wait event, later ones skip this to avoid undefined behavior.
winpr/libwinpr/synch/wait.c