| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A 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()
|
| H A 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()
|
| H A D | fiber_simple.cpp | 17 swapcontext(&uc, &orig_uc); in func() 30 swapcontext(&orig_uc, &uc); in main()
|
| H A D | fiber_race.cpp | 17 swapcontext(&uc, &orig_uc); in func() 30 swapcontext(&orig_uc, &uc); in main()
|
| H A D | fiber_longjmp.cpp | 64 swapcontext(&orig_uc, &uc); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | swapcontext_annotation.cpp | 71 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild() 96 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 110 if (swapcontext(&child_context, &next_child_context) < 0) { in Child() 132 if (swapcontext(&orig_context, &child_context) < 0) { in Run() 161 if (swapcontext(&child_huge_stack_context, &orig_huge_stack_context) < 0) { in ChildHugeStack() 176 if (swapcontext(&orig_huge_stack_context, &child_huge_stack_context) < 0) { in DoRunHugeStack()
|
| H A D | swapcontext_test.cpp | 46 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 66 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | swapcontext.cpp | 35 if (swapcontext(&orig_context, &child_context) < 0) { in main()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | swapcontext_annotation.cpp | 52 if (swapcontext(&main_ctx, &fiber_ctx) == -1) { in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 268 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument 288 __attribute__((__indirect_return__)) = REAL(swapcontext); in INTERCEPTOR() 291 int res = REAL(swapcontext)(oucp, ucp); in INTERCEPTOR() 663 ASAN_INTERCEPT_FUNC(swapcontext); in InitializeAsanInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_mac.cpp | 404 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() argument 406 SCOPED_INTERCEPTOR_RAW(swapcontext, oucp, ucp); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mac.cpp | 404 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() argument 406 SCOPED_INTERCEPTOR_RAW(swapcontext, oucp, ucp); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SafeStack.rst | 101 yet either: system library functions such as ``swapcontext``, exception
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3052 fun:swapcontext=uninstrumented
|