Home
last modified time | relevance | path

Searched refs:PTHREAD_EXIT_VALUE (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_138.cpp36 pthread_exit(PTHREAD_EXIT_VALUE); in pthread_f01()
66 ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno); in Testcase()
DIt_posix_pthread_175.cpp35 pthread_exit(PTHREAD_EXIT_VALUE); in pthread_f01()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_138.c43 pthread_exit(PTHREAD_EXIT_VALUE); in PthreadF01()
73 ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno); in Testcase()
DIt_posix_pthread_175.c42 pthread_exit(PTHREAD_EXIT_VALUE); in PthreadF01()
/kernel/liteos_m/testsuites/sample/posix/pthread/
DIt_posix_pthread.h59 #define PTHREAD_EXIT_VALUE ((void *)100) /* The return code of the thread when using pthread_exit()… macro
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
DIt_posix_pthread.h74 #define PTHREAD_EXIT_VALUE ((void *)100) /* The return code of the thread when using pthread_exit()… macro
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
DIt_posix_pthread.h81 #define PTHREAD_EXIT_VALUE ((void *)100) /* The return code of the thread when using pthread_exit()… macro