K 10 svn:author V 3 pfg K 8 svn:date V 27 2017-07-15T15:00:13.510045Z K 7 svn:log V 360 libthr: check for possible overflow in the pthread_barrier_init() count. Following up on r320900, where the check for negative count values was removed, add a check to prevent integer overflow. This is to account that b_count, b_waiters but most importantly the total number of threads in the system are signed values. Discussed with: kib MFC after: 2 weeks END