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

  /src/tests/lib/libpthread/
cancelpoint.h 1 /* $NetBSD: cancelpoint.h,v 1.1 2025/04/05 11:22:32 riastradh Exp $ */
67 void (*cancelpoint)(void) = cookie; local in function:thread_cancelpoint
73 (*cancelpoint)();
80 test_cancelpoint_before(void (*cancelpoint)(void))
86 RZ(pthread_create(&t, NULL, &thread_cancelpoint, cancelpoint));
102 test_cancelpoint_wakeup(void (*cancelpoint)(void))
107 RZ(pthread_create(&t, NULL, &cancelpoint_thread, cancelpoint));
118 #define TEST_CANCELPOINT(CANCELPOINT, XFAIL) \
119 ATF_TC(CANCELPOINT); \
120 ATF_TC_HEAD(CANCELPOINT, tc)
    [all...]
cancelpoint.h 1 /* $NetBSD: cancelpoint.h,v 1.1 2025/04/05 11:22:32 riastradh Exp $ */
67 void (*cancelpoint)(void) = cookie; local in function:thread_cancelpoint
73 (*cancelpoint)();
80 test_cancelpoint_before(void (*cancelpoint)(void))
86 RZ(pthread_create(&t, NULL, &thread_cancelpoint, cancelpoint));
102 test_cancelpoint_wakeup(void (*cancelpoint)(void))
107 RZ(pthread_create(&t, NULL, &cancelpoint_thread, cancelpoint));
118 #define TEST_CANCELPOINT(CANCELPOINT, XFAIL) \
119 ATF_TC(CANCELPOINT); \
120 ATF_TC_HEAD(CANCELPOINT, tc)
    [all...]
cancelpoint.h 1 /* $NetBSD: cancelpoint.h,v 1.1 2025/04/05 11:22:32 riastradh Exp $ */
67 void (*cancelpoint)(void) = cookie; local in function:thread_cancelpoint
73 (*cancelpoint)();
80 test_cancelpoint_before(void (*cancelpoint)(void))
86 RZ(pthread_create(&t, NULL, &thread_cancelpoint, cancelpoint));
102 test_cancelpoint_wakeup(void (*cancelpoint)(void))
107 RZ(pthread_create(&t, NULL, &cancelpoint_thread, cancelpoint));
118 #define TEST_CANCELPOINT(CANCELPOINT, XFAIL) \
119 ATF_TC(CANCELPOINT); \
120 ATF_TC_HEAD(CANCELPOINT, tc)
    [all...]

Completed in 29 milliseconds