K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-07-17T22:55:05.000000Z K 7 svn:log V 304 Deal correctly with statically initialized condition variables in pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait(). Do not dump core in pthread_cond_timedwait() (due to a NULL pointer dereference) if attempting to wait on an uninitialized condition variable. PR: bin/18099 END