/third_party/musl/libc-test/src/regression/ |
H A D | pthread_cancel-sem_wait.c | 64 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status after uncontended sem_wait"); in main() 74 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status after blocking sem_wait"); in main() 84 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status after uncontended sem_timedwait"); in main() 94 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status after blocking sem_timedwait"); in main() 104 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status after blocking __sem_timedwait_time64"); in main()
|
H A D | pthread_cond_wait-cancel_ignored.c | 51 if (rv != PTHREAD_CANCELED) in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cancel.c | 76 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status"); in main() 83 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status"); in main() 91 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status"); in main()
|
H A D | pthread_cancel-points.c | 141 TESTC(res == PTHREAD_CANCELED, "canceled thread exit status") in main() 144 TESTC(res != PTHREAD_CANCELED, "canceled thread exit status") in main()
|
/third_party/musl/src/thread/ |
H A D | pthread_cancel.c | 13 pthread_exit(PTHREAD_CANCELED); in __cancel() 62 pthread_exit(PTHREAD_CANCELED); in cancel_handler() 110 pthread_exit(PTHREAD_CANCELED); in pthread_cancel()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_cancel.c | 12 pthread_exit(PTHREAD_CANCELED); in __cancel() 54 pthread_exit(PTHREAD_CANCELED); in cancel_handler() 85 pthread_exit(PTHREAD_CANCELED); in pthread_cancel()
|
/third_party/backends/sanei/ |
H A D | sanei_thread.c | 314 #ifndef PTHREAD_CANCELED 315 # define PTHREAD_CANCELED ((void *) -1) macro 325 pthread_exit( PTHREAD_CANCELED ); in thread_exit_handler() 503 if( PTHREAD_CANCELED == ls ) { in sanei_thread_waitpid()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_cancel.c | 13 pthread_exit(PTHREAD_CANCELED); in __cancel() 98 pthread_exit(PTHREAD_CANCELED); in pthread_cancel()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 78 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 78 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 78 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 71 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 2-3.c | 423 if (rc != PTHREAD_CANCELED) { in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 24 {void *x = PTHREAD_CANCELED;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 97 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 142 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 2-6.c | 420 if (rc != PTHREAD_CANCELED) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | stress2.c | 392 if (w_ret == PTHREAD_CANCELED) in cellmanager()
|
/third_party/musl/include/ |
H A D | pthread.h | 72 #define PTHREAD_CANCELED ((void *)-1) macro
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
H A D | stress2.c | 401 if (w_ret == PTHREAD_CANCELED) in cellmanager()
|
H A D | stress.c | 401 if (w_ret == PTHREAD_CANCELED) in cellmanager()
|
/third_party/alsa-utils/bat/ |
H A D | bat.c | 230 if (thread_result_capture == PTHREAD_CANCELED) { in test_loopback()
|