rx-event-handler-20071225
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 25 Dec 2007 22:59:06 +0000 (22:59 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 25 Dec 2007 22:59:06 +0000 (22:59 +0000)
commit6b1537b246732e4f7f67661d8230d051db8f3f8d
tree21aac7f1de132fabe10600152ca893e5fca6ddb6
parent7dc4925cd35036e7f7b448d15a291791cd025e86
rx-event-handler-20071225

LICENSE MIT

Update event_handler() for Windows.  The return code of
pthread_cond_timedwait() is not limited to 0 and -1 because 'errno'
cannot be set.  Instead of setting 'errno' the error code is returned
directly by the function as the return code.

This patch is only for debugging purposes to track the number of
success, timeout, and other errors experienced by the routine.
src/rx/rx_pthread.c