Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/test/CodeGen/X86/
Dindirect-branch-tracking-r2.ll8 ;; setjmp, sigsetjmp, savectx, vfork, getcontext
22 ; X64: callq getcontext
35 ; X86: calll getcontext
48 %call7 = call i32 (i32, ...) bitcast (i32 (...)* @getcontext to i32 (i32, ...)*)(i32 0) #1
67 declare dso_local i32 @getcontext(...) #1
/external/python/cpython3/Modules/_decimal/tests/
Dbench.py84 C.getcontext().prec = prec
85 P.getcontext().prec = prec
98 c = C.getcontext()
/external/python/cpython3/Lib/
D_pydecimal.py444 def getcontext(): function
503 if ctx is None: ctx = getcontext()
553 context = getcontext()
659 context = getcontext()
763 context = getcontext()
789 context = getcontext()
1078 context = getcontext()
1103 context = getcontext()
1125 context = getcontext()
1167 context = getcontext()
[all …]
/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/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c127 getcontext(&init_context); in tm_trap_test()
173 getcontext(&main_context); in tm_signal_context_force_tm()
/external/swiftshader/third_party/marl/src/
Dosfiber_ucontext.h77 getcontext(&out->context); in createFiberFromCurrentThread()
115 auto res = getcontext(&out->context); in createFiber()
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cc83 getcontext(&next_child_context); in Child()
100 getcontext(&child_context); in Run()
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_annotation.cpp106 getcontext(&next_child_context); in Child()
124 getcontext(&child_context); in Run()
/external/python/cpython3/Lib/test/
Dtest_decimal.py59 C: tuple(C.getcontext().flags.keys()) if C else None,
60 P: tuple(P.getcontext().flags.keys())
95 C: C.getcontext().copy() if C else None,
96 P: P.getcontext().copy()
711 nc = copy.copy(self.decimal.getcontext())
1508 getcontext = cls.decimal.getcontext
1535 c1 = getcontext()
1547 getcontext = cls.decimal.getcontext
1554 thiscontext = getcontext()
2149 getcontext = self.decimal.getcontext
[all …]
/external/google-breakpad/src/common/android/include/
Ducontext.h48 #define getcontext(x) breakpad_getcontext(x) macro
/external/google-breakpad/src/common/linux/
Dbreakpad_getcontext.h48 #define getcontext(x) breakpad_getcontext(x) macro
/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/client/linux/minidump_writer/
Dminidump_writer_unittest.cc164 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
240 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
285 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
336 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
389 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
640 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
699 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
/external/python/cpython3/Doc/library/
Ddecimal.rst66 >>> getcontext().prec = 6
69 >>> getcontext().prec = 28
128 context with :func:`getcontext` and, if necessary, setting new values for
132 >>> getcontext()
137 >>> getcontext().prec = 7 # Set a new precision
145 >>> getcontext().prec = 28
167 >>> c = getcontext()
188 >>> getcontext().prec = 6
195 >>> getcontext().rounding = ROUND_UP
243 >>> getcontext().prec = 28
[all …]
/external/llvm-project/compiler-rt/test/lsan/TestCases/
Dswapcontext.cpp30 getcontext(&child_context); in main()
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc33 getcontext(&child_context); in main()
Dguard-page.c36 if (getcontext(&ctx) < 0) in thread()
/external/llvm-project/compiler-rt/test/tsan/
Dfiber_simple.cpp23 getcontext(&uc); in main()
Dfiber_race.cpp23 getcontext(&uc); in main()
Dfiber_from_thread.cpp31 getcontext(&uc); in main()
/external/ltp/testcases/kernel/syscalls/getcontext/
Dgetcontext01.c40 TEST(getcontext(&ptr)); in test_getcontext()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dswapcontext_annotation_reset.cpp45 if (getcontext(&ctx) == -1) { in main()
Dswapcontext_annotation.cpp40 if (getcontext(&fiber_ctx) == -1) { in main()
/external/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
Dguard-page.c40 if (getcontext(&ctx) < 0) in thread()

123