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

  /src/tests/lib/libpthread/
t_cancellation.c 1202 disable_enable_async(void *cookie) function in typeref:typename:void *
1232 ATF_TC(disable_enable_async);
1233 ATF_TC_HEAD(disable_enable_async, tc)
1238 ATF_TC_BODY(disable_enable_async, tc)
1245 RZ(pthread_create(&t, NULL, &disable_enable_async, &n));
1535 ATF_TP_ADD_TC(tp, disable_enable_async);
t_cancellation.c 1202 disable_enable_async(void *cookie) function in typeref:typename:void *
1232 ATF_TC(disable_enable_async);
1233 ATF_TC_HEAD(disable_enable_async, tc)
1238 ATF_TC_BODY(disable_enable_async, tc)
1245 RZ(pthread_create(&t, NULL, &disable_enable_async, &n));
1535 ATF_TP_ADD_TC(tp, disable_enable_async);

Completed in 152 milliseconds