clock_test_thr
if ((pret = pthread_create(&thr, NULL, clock_test_thr,
thr_ret = clock_test_thr(NULL);
if (thr_create(NULL, 0, clock_test_thr, NULL, 0, &thr) != 0) {