Home
last modified time | relevance | path

Searched refs:getcontext (Results 1 – 25 of 45) sorted by relevance

12

/external/valgrind/none/tests/solaris/
Dcontext_link2.c13 getcontext(&uc2); in sighandler()
23 if (getcontext(&uc)) { in main()
43 getcontext(&uc); in main()
Dcontext_link.c19 getcontext(&uc); in main()
/external/python/cpython2/Lib/
Ddecimal.py420 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/
DMakefile28 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \
38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
/external/libunwind/include/
Dlibunwind-ia64.h165 # define unw_tdep_getcontext getcontext
167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
Dlibunwind-sh.h89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
Dlibunwind-hppa.h124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
Dlibunwind-x86_64.h135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-mips.h153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-ppc32.h191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cc83 getcontext(&next_child_context); in Child()
100 getcontext(&child_context); in Run()
Dswapcontext_test.cc52 getcontext(&child_context); in Run()
/external/valgrind/memcheck/tests/linux/
Dstack_changes.stdout.exp21 getcontext() doesn't seem to work
Dstack_changes.c31 if (getcontext(uc) == -1) { in init_context()
/external/python/cpython2/Doc/library/
Ddecimal.rst61 >>> 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/
Ducontext.h48 #define getcontext(x) breakpad_getcontext(x) macro
/external/libunwind/doc/
Dunw_getcontext.tex33 \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/
Dswapcontext.cc33 getcontext(&child_context); in main()
Dguard-page.c36 if (getcontext(&ctx) < 0) in thread()
/external/ltp/testcases/kernel/syscalls/getcontext/
Dgetcontext01.c40 TEST(getcontext(&ptr)); in test_getcontext()
/external/libunwind/src/
DMakefile.am215 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/
Dgetcontext-android.S52 # This is a stub version of getcontext() for MIPS which only stores core
Dgetcontext.S53 # This is a stub version of getcontext() for MIPS which only stores core
/external/libunwind/
DAndroid.bp229 "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/
Dgetcontext.S32 @ This is a stub version of getcontext() for ARM which only stores core

12