/external/llvm-project/compiler-rt/test/tsan/ |
D | fiber_from_thread.cpp | 16 swapcontext(&orig_uc2, &orig_uc1); in Thread() 25 swapcontext(&uc, &orig_uc1); in func() 38 swapcontext(&orig_uc1, &uc); in main() 41 swapcontext(&orig_uc1, &orig_uc2); in main()
|
D | fiber_two_threads.cpp | 17 swapcontext(&uc, &orig_uc[0]); in switch0() 24 swapcontext(&uc, &orig_uc[1]); in func() 33 swapcontext(&orig_uc[1], &uc); in Thread() 52 swapcontext(&orig_uc[0], &uc); in main()
|
D | fiber_simple.cpp | 17 swapcontext(&uc, &orig_uc); in func() 30 swapcontext(&orig_uc, &uc); in main()
|
D | fiber_race.cpp | 17 swapcontext(&uc, &orig_uc); in func() 30 swapcontext(&orig_uc, &uc); in main()
|
D | fiber_longjmp.cpp | 64 swapcontext(&orig_uc, &uc); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cc | 56 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild() 78 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 90 if (swapcontext(&child_context, &next_child_context) < 0) { in Child() 111 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
D | swapcontext_test.cc | 42 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 59 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cpp | 71 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild() 99 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 114 if (swapcontext(&child_context, &next_child_context) < 0) { in Child() 137 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
D | swapcontext_test.cpp | 43 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 60 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
/external/llvm-project/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cpp | 35 if (swapcontext(&orig_context, &child_context) < 0) { in main()
|
/external/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cc | 38 if (swapcontext(&orig_context, &child_context) < 0) { in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | swapcontext_annotation.cpp | 52 if (swapcontext(&main_ctx, &fiber_ctx) == -1) { in main()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 269 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument 286 = REAL(swapcontext); in INTERCEPTOR() 289 int res = REAL(swapcontext)(oucp, ucp); in INTERCEPTOR() 660 ASAN_INTERCEPT_FUNC(swapcontext); in InitializeAsanInterceptors()
|
/external/swiftshader/third_party/marl/src/ |
D | osfiber_ucontext.h | 131 auto res = swapcontext(&context, &fiber->context); in switchTo()
|
/external/linux-kselftest/tools/testing/selftests/sigaltstack/ |
D | sas.c | 71 swapcontext(&sc, &uc); in my_usr1()
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 342 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument 355 int res = REAL(swapcontext)(oucp, ucp); in INTERCEPTOR() 768 ASAN_INTERCEPT_FUNC(swapcontext); in InitializeAsanInterceptors()
|
/external/ltp/include/lapi/syscalls/ |
D | powerpc.in | 245 swapcontext 249
|
D | powerpc64.in | 245 swapcontext 249
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_mac.cpp | 403 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() argument 405 SCOPED_INTERCEPTOR_RAW(swapcontext, oucp, ucp); in TSAN_INTERCEPTOR()
|
/external/swiftshader/third_party/marl/ |
D | CMakeLists.txt | 128 swapcontext(&ctx, &ctx);
|
/external/clang/docs/ |
D | SafeStack.rst | 101 yet either: system library functions such as ``swapcontext``, exception
|
/external/llvm-project/clang/docs/ |
D | SafeStack.rst | 101 yet either: system library functions such as ``swapcontext``, exception
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 850 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | s390x.rs | 1011 pub fn swapcontext(uocp: *mut ::ucontext_t, ucp: *const ::ucontext_t) -> ::c_int; in swapcontext() function
|
/external/linux-kselftest/android/ |
D | README.md | 278 This is a test for functionality that is not available in bionic (swapcontext()).
|