threadfunc1
static void *threadfunc1(void *);
PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL));