1517
1517
after which we signal it that we are ready.
1518
1518
At this pointer there is no other threads running, so there
1519
1519
should not be any other pthread_cond_signal() calls.
1521
1528
(void) pthread_cond_broadcast(&COND_thread_count);
1523
1530
(void) pthread_sigmask(SIG_BLOCK,&set,NULL);