250
246
uint32_t count= 2; // How many times to try join and see if the caller died.
251
247
while (not completed and count--)
254
249
int signal= count == 1 ? SIGTSTP : SIGTERM;
258
253
char buffer[1024]; // No reason for number;
259
254
strerror_r(error, buffer, sizeof(buffer));