notestcancel_loop_async
ATF_TC(notestcancel_loop_async);
ATF_TC_HEAD(notestcancel_loop_async, tc)
ATF_TC_BODY(notestcancel_loop_async, tc)
RZ(pthread_create(&t, NULL, ¬estcancel_loop_async, NULL));
ATF_TP_ADD_TC(tp, notestcancel_loop_async);