Home
last modified time | relevance | path

Searched refs:setcontext (Results 1 – 25 of 31) sorted by relevance

12

/external/libunwind/src/hppa/
Dunwind_i.h39 #define setcontext UNW_ARCH_OBJ (setcontext) macro
45 extern int setcontext (const ucontext_t *ucp);
DGresume.c76 setcontext (uc); in hppa_local_resume()
/external/libunwind/src/x86_64/
Dunwind_i.h60 #define setcontext UNW_ARCH_OBJ (setcontext) macro
82 extern int setcontext (const ucontext_t *ucp);
DGresume.c56 setcontext (uc); in x86_64_local_resume()
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c103 setcontext(&main_context); in seg_signal_handler()
109 setcontext(&init_context); in seg_signal_handler()
/external/compiler-rt/test/lsan/TestCases/
Dguard-page.c44 setcontext(&ctx); in thread()
/external/python/cpython2/Lib/test/
Dtest_mhlib.py157 mh.setcontext('wide')
162 mh.setcontext('inbox')
Dtest_decimal.py62 setcontext(DefaultTestContext)
2349 setcontext(ORIGINAL_CONTEXT)
/external/linux-kselftest/tools/testing/selftests/sigaltstack/
Dsas.c102 setcontext(&sc); in switch_fn()
/external/python/cpython3/Lib/test/
Dtest_decimal.py103 m.setcontext(DefaultTestContext)
3642 setcontext = self.decimal.setcontext
3647 setcontext(n1)
3653 setcontext(n2)
3657 setcontext(n3)
3664 setcontext(n4)
3955 setcontext = self.decimal.setcontext
3974 setcontext(template)
3983 setcontext(savecontext)
3992 setcontext = self.decimal.setcontext
[all …]
/external/python/cpython2/Doc/library/
Ddecimal.rst27 setcontext(Context())
233 Context() constructor. To make an alternate active, use the :func:`setcontext`
245 >>> setcontext(myothercontext)
252 >>> setcontext(ExtendedContext)
258 >>> setcontext(BasicContext)
270 >>> setcontext(ExtendedContext)
287 >>> setcontext(ExtendedContext)
943 :func:`getcontext` and :func:`setcontext` functions:
951 .. function:: setcontext(c)
1722 Likewise, the :func:`setcontext` function automatically assigns its target to
[all …]
Dmhlib.rst66 .. method:: MH.setcontext(name)
/external/python/cpython3/Doc/library/
Ddecimal.rst24 setcontext(Context())
29 setcontext(Context())
267 Context() constructor. To make an alternate active, use the :func:`setcontext`
279 >>> setcontext(myothercontext)
286 >>> setcontext(ExtendedContext)
292 >>> setcontext(BasicContext)
304 >>> setcontext(ExtendedContext)
321 >>> setcontext(ExtendedContext)
913 :func:`getcontext` and :func:`setcontext` functions:
921 .. function:: setcontext(c)
[all …]
/external/libunwind/src/ia64/
DGresume.c161 setcontext (c->as_arg); /* should not return */ in local_resume()
/external/libunwind/src/x86/
DGos-linux.c315 setcontext (uc); in x86_local_resume()
DGos-freebsd.c348 setcontext (uc); in x86_local_resume()
/external/libunwind/src/
DMakefile.am263 hppa/getcontext.S hppa/setcontext.S \
329 x86_64/setcontext.S \
/external/libunwind/
DAndroid.bp386 "src/x86_64/setcontext.S",
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs895 pub fn setcontext(ucp: *const ucontext_t) -> ::c_int; in setcontext() function
/external/python/cpython2/Lib/
Ddecimal.py413 def setcontext(context): function
454 def setcontext(context, _local=local): function
3758 setcontext(self.new_context)
3761 setcontext(self.saved_context)
Dmhlib.py137 def setcontext(self, context): member in MH
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs1018 pub fn setcontext(ucp: *const ::ucontext_t) -> ::c_int; in setcontext() function
/external/selinux/python/sepolgen/src/share/
Dperm_map961 setcontext w 3
/external/selinux/python/sepolgen/tests/
Dperm_map954 setcontext w 3
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs1146 pub fn setcontext(ucp: *const ucontext_t) -> ::c_int; in setcontext() function

12