Home
last modified time | relevance | path

Searched refs:swapcontext (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/compiler-rt/test/tsan/
Dfiber_from_thread.cpp16 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()
Dfiber_two_threads.cpp17 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()
Dfiber_simple.cpp17 swapcontext(&uc, &orig_uc); in func()
30 swapcontext(&orig_uc, &uc); in main()
Dfiber_race.cpp17 swapcontext(&uc, &orig_uc); in func()
30 swapcontext(&orig_uc, &uc); in main()
Dfiber_longjmp.cpp64 swapcontext(&orig_uc, &uc); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cc56 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()
Dswapcontext_test.cc42 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/
Dswapcontext_annotation.cpp71 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()
Dswapcontext_test.cpp43 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/
Dswapcontext.cpp35 if (swapcontext(&orig_context, &child_context) < 0) { in main()
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc38 if (swapcontext(&orig_context, &child_context) < 0) { in main()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dswapcontext_annotation.cpp52 if (swapcontext(&main_ctx, &fiber_ctx) == -1) { in main()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp269 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/
Dosfiber_ucontext.h131 auto res = swapcontext(&context, &fiber->context); in switchTo()
/external/linux-kselftest/tools/testing/selftests/sigaltstack/
Dsas.c71 swapcontext(&sc, &uc); in my_usr1()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc342 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/
Dpowerpc.in245 swapcontext 249
Dpowerpc64.in245 swapcontext 249
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cpp403 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/
DCMakeLists.txt128 swapcontext(&ctx, &ctx);
/external/clang/docs/
DSafeStack.rst101 yet either: system library functions such as ``swapcontext``, exception
/external/llvm-project/clang/docs/
DSafeStack.rst101 yet either: system library functions such as ``swapcontext``, exception
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs850 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/
Ds390x.rs1011 pub fn swapcontext(uocp: *mut ::ucontext_t, ucp: *const ::ucontext_t) -> ::c_int; in swapcontext() function
/external/linux-kselftest/android/
DREADME.md278 This is a test for functionality that is not available in bionic (swapcontext()).

12