GCond: check result of pthread_condattr_setclock()
authorRyan Lortie <desrt@desrt.ca>
Fri, 21 Feb 2014 21:40:16 +0000 (16:40 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 21 Feb 2014 21:42:21 +0000 (16:42 -0500)
commit5103c5d643f7e7de7983619204a25c3c774478e8
treea47fb65a95a20e05ec1d3def34f334794eb4f3c9
parent03a43c290e470c67015d01237c5d81ea81a7b129
GCond: check result of pthread_condattr_setclock()

Make sure this call succeeds, aborting if it doesn't

This will prevent people from having to waste time chasing down the problems
that would otherwise be caused by this silent failure.
glib/gthread-posix.c