t_cancellation.c | 1161 notestcancel_loop_async(void *cookie) function in typeref:typename:void * 1175 ATF_TC(notestcancel_loop_async); 1176 ATF_TC_HEAD(notestcancel_loop_async, tc) 1181 ATF_TC_BODY(notestcancel_loop_async, tc) 1187 RZ(pthread_create(&t, NULL, ¬estcancel_loop_async, NULL)); 1538 ATF_TP_ADD_TC(tp, notestcancel_loop_async);
|