testcancel_loop
ATF_TC(testcancel_loop);
ATF_TC_HEAD(testcancel_loop, tc)
ATF_TC_BODY(testcancel_loop, tc)
RZ(pthread_create(&t, NULL, &testcancel_loop, NULL));
ATF_TP_ADD_TC(tp, testcancel_loop);