/third_party/libdrm/tests/amdgpu/ |
D | deadlock_tests.c | 300 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1); in amdgpu_deadlock_helper() 313 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1); in amdgpu_deadlock_helper() 397 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1); in amdgpu_deadlock_sdma() 410 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1); in amdgpu_deadlock_sdma() 477 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1); in bad_access_helper() 489 CU_ASSERT_EQUAL((r == 0 || r == -ECANCELED), 1); in bad_access_helper()
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 692 ECANCELED => "Operation canceled", in desc() 1016 ECANCELED => "Operation canceled", in desc() 1247 ECANCELED = libc::ECANCELED, enumerator 1392 libc::ECANCELED => ECANCELED, in from_i32() 1503 ECANCELED = libc::ECANCELED, enumerator 1621 libc::ECANCELED => ECANCELED, in from_i32() 1735 ECANCELED = libc::ECANCELED, enumerator 1844 libc::ECANCELED => ECANCELED, in from_i32() 1952 ECANCELED = libc::ECANCELED, enumerator 2061 libc::ECANCELED => ECANCELED, in from_i32() [all …]
|
/third_party/musl/src/thread/ |
D | pthread_cond_timedwait.c | 108 if (e == ECANCELED && c->_c_seq != seq) e = 0; in __pthread_cond_timedwait() 163 if (e == ECANCELED) e = 0; in __pthread_cond_timedwait() 168 if (e == ECANCELED) { in __pthread_cond_timedwait()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cond_timedwait.c | 108 if (e == ECANCELED && c->_c_seq != seq) e = 0; in __pthread_cond_timedwait() 163 if (e == ECANCELED) e = 0; in __pthread_cond_timedwait() 168 if (e == ECANCELED) { in __pthread_cond_timedwait()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | twt.c | 91 ret = -ECANCELED; in wpas_twt_send_setup() 135 ret = -ECANCELED; in wpas_twt_send_teardown()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 36 ECANCELED, "ECANCELED", ECANCELED}, {
|
D | 4-1.c | 31 ECANCELED, "ECANCELED"}, {
|
/third_party/python/Modules/ |
D | errnomodule.c | 826 #ifdef ECANCELED in errno_exec() 827 add_errcode("ECANCELED", ECANCELED, "Operation Canceled"); in errno_exec() 852 #ifdef ECANCELED in errno_exec() 853 add_errcode("ECANCELED", ECANCELED, "Operation canceled"); in errno_exec()
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
D | mac-support.h | 32 #ifdef ECANCELED /* defined since 10.2 */
|
/third_party/libuv/include/uv/ |
D | errno.h | 107 #if defined(ECANCELED) && !defined(_WIN32) 108 # define UV__ECANCELED UV__ERR(ECANCELED)
|
/third_party/node/deps/uv/include/uv/ |
D | errno.h | 107 #if defined(ECANCELED) && !defined(_WIN32) 108 # define UV__ECANCELED UV__ERR(ECANCELED)
|
/third_party/musl/src/aio/ |
D | aio_suspend.c | 71 case ECANCELED: in aio_suspend()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | aio_suspend.c | 71 case ECANCELED: in aio_suspend()
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 123 #define ECANCELED 158 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 127 #define ECANCELED 125 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 127 #define ECANCELED 125 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 126 #define ECANCELED 125 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 127 #define ECANCELED 125 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 123 #define ECANCELED 158 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
D | 4-1.c | 122 else if (ret == ECANCELED) { in main()
|
D | 6-1.c | 121 else if (ret == ECANCELED) { in main()
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 126 #define ECANCELED 125 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 127 #define ECANCELED 125 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 126 #define ECANCELED 125 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 126 #define ECANCELED 125 macro
|