kevent_thread
ATF_REQUIRE(pthread_create(&t1, NULL, kevent_thread, NULL) == 0);
ATF_REQUIRE(pthread_create(&t2, NULL, kevent_thread, NULL) == 0);