Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCELED (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/libc-test/src/regression/
H A Dpthread_cancel-sem_wait.c64 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 Dpthread_cond_wait-cancel_ignored.c51 if (rv != PTHREAD_CANCELED) in main()
/third_party/musl/libc-test/src/functional/
H A Dpthread_cancel.c76 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 Dpthread_cancel-points.c141 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 Dpthread_cancel.c13 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 Dpthread_cancel.c12 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 Dsanei_thread.c314 #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 Dpthread_cancel.c13 pthread_exit(PTHREAD_CANCELED); in __cancel()
98 pthread_exit(PTHREAD_CANCELED); in pthread_cancel()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h78 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h78 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h78 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h71 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D2-3.c423 if (rc != PTHREAD_CANCELED) { in main()
/third_party/musl/libc-test/src/api/
H A Dpthread.c24 {void *x = PTHREAD_CANCELED;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h97 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h142 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-6.c420 if (rc != PTHREAD_CANCELED) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress2.c392 if (w_ret == PTHREAD_CANCELED) in cellmanager()
/third_party/musl/include/
H A Dpthread.h72 #define PTHREAD_CANCELED ((void *)-1) macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress2.c401 if (w_ret == PTHREAD_CANCELED) in cellmanager()
H A Dstress.c401 if (w_ret == PTHREAD_CANCELED) in cellmanager()
/third_party/alsa-utils/bat/
H A Dbat.c230 if (thread_result_capture == PTHREAD_CANCELED) { in test_loopback()

Completed in 11 milliseconds