Searched refs:getcontext (Results 1 – 25 of 45) sorted by relevance
12
/external/valgrind/none/tests/solaris/ |
D | context_link2.c | 13 getcontext(&uc2); in sighandler() 23 if (getcontext(&uc)) { in main() 43 getcontext(&uc); in main()
|
D | context_link.c | 19 getcontext(&uc); in main()
|
/external/python/cpython2/Lib/ |
D | decimal.py | 420 def getcontext(): function 440 def getcontext(_local=local): function 499 if ctx is None: ctx = getcontext() 545 context = getcontext() 745 context = getcontext() 771 context = getcontext() 1045 context = getcontext() 1070 context = getcontext() 1092 context = getcontext() 1134 context = getcontext() [all …]
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 28 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \ 38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
|
/external/libunwind/include/ |
D | libunwind-ia64.h | 165 # define unw_tdep_getcontext getcontext 167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
D | libunwind-sh.h | 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
|
D | libunwind-hppa.h | 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
D | libunwind-x86_64.h | 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-mips.h | 153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-ppc32.h | 191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cc | 83 getcontext(&next_child_context); in Child() 100 getcontext(&child_context); in Run()
|
D | swapcontext_test.cc | 52 getcontext(&child_context); in Run()
|
/external/valgrind/memcheck/tests/linux/ |
D | stack_changes.stdout.exp2 | 1 getcontext() doesn't seem to work
|
D | stack_changes.c | 31 if (getcontext(uc) == -1) { in init_context()
|
/external/python/cpython2/Doc/library/ |
D | decimal.rst | 61 >>> getcontext().prec = 6 64 >>> getcontext().prec = 28 123 context with :func:`getcontext` and, if necessary, setting new values for 127 >>> getcontext() 132 >>> getcontext().prec = 7 # Set a new precision 140 >>> getcontext().prec = 28 164 >>> getcontext().prec = 6 171 >>> getcontext().rounding = ROUND_UP 209 >>> getcontext().prec = 28 228 As shown above, the :func:`getcontext` function accesses the current context and [all …]
|
/external/google-breakpad/src/common/android/include/ |
D | ucontext.h | 48 #define getcontext(x) breakpad_getcontext(x) macro
|
/external/libunwind/doc/ |
D | unw_getcontext.tex | 33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the 36 initialized by \Func{getcontext()} is expected. The reason for this
|
/external/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cc | 33 getcontext(&child_context); in main()
|
D | guard-page.c | 36 if (getcontext(&ctx) < 0) in thread()
|
/external/ltp/testcases/kernel/syscalls/getcontext/ |
D | getcontext01.c | 40 TEST(getcontext(&ptr)); in test_getcontext()
|
/external/libunwind/src/ |
D | Makefile.am | 215 arm/getcontext.S \ 238 ia64/dyn_info_list.S ia64/getcontext.S \ 263 hppa/getcontext.S hppa/setcontext.S \ 285 mips/getcontext.S \ 333 x86_64/Lstash_frame.c x86_64/Lstep.c x86_64/Ltrace.c x86_64/getcontext.S 432 libunwind_x86_la_SOURCES_os = x86/getcontext-linux.S 448 libunwind_x86_la_SOURCES_os = x86/getcontext-freebsd.S
|
/external/libunwind/src/mips/ |
D | getcontext-android.S | 52 # This is a stub version of getcontext() for MIPS which only stores core
|
D | getcontext.S | 53 # This is a stub version of getcontext() for MIPS which only stores core
|
/external/libunwind/ |
D | Android.bp | 229 "src/arm/getcontext.S", 290 "src/mips/getcontext-android.S", 324 "src/mips/getcontext-android.S", 354 "src/x86/getcontext-linux.S", 384 "src/x86_64/getcontext.S",
|
/external/libunwind/src/arm/ |
D | getcontext.S | 32 @ This is a stub version of getcontext() for ARM which only stores core
|
12