HomeSort by: relevance | last modified time | path
    Searched defs:notestcancel_loop_async (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libpthread/
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, &notestcancel_loop_async, NULL));
1538 ATF_TP_ADD_TC(tp, notestcancel_loop_async);

Completed in 46 milliseconds