read_happy
static void* read_happy(void *);
pthread_create(&thr[i], NULL, read_happy, NULL);
(void)read_happy(NULL);