]> git.sesse.net Git - vlc/commit
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encoun...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 12 Dec 2007 04:42:15 +0000 (04:42 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 12 Dec 2007 04:42:15 +0000 (04:42 +0000)
commit8ed3857341acc9f25c16c61d201c13289a6c12c7
tree4fc4ea33c29a50c73c5d72622ac60e04433fe4c9
parentd53cfd89b81ee456fd83f27681caff0152e5877e
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
include/vlc_threads_funcs.h
src/misc/threads.c