Searched refs:PTHREAD_EXIT_VALUE (Results 1 – 7 of 7) sorted by relevance
36 pthread_exit(PTHREAD_EXIT_VALUE); in pthread_f01()66 ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno); in Testcase()
35 pthread_exit(PTHREAD_EXIT_VALUE); in pthread_f01()
43 pthread_exit(PTHREAD_EXIT_VALUE); in PthreadF01()73 ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno); in Testcase()
42 pthread_exit(PTHREAD_EXIT_VALUE); in PthreadF01()
59 #define PTHREAD_EXIT_VALUE ((void *)100) /* The return code of the thread when using pthread_exit()… macro
74 #define PTHREAD_EXIT_VALUE ((void *)100) /* The return code of the thread when using pthread_exit()… macro
81 #define PTHREAD_EXIT_VALUE ((void *)100) /* The return code of the thread when using pthread_exit()… macro