Home
last modified time | relevance | path

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

12

/external/musl/include/
Ducontext.h19 int setcontext(const struct __ucontext *);
/external/ltp/testcases/kernel/syscalls/getcontext/
Dgetcontext01.c37 setcontext(&ptr); in run()
/external/compiler-rt/test/lsan/TestCases/
Dguard-page.c44 setcontext(&ctx); in thread()
/external/rust/crates/nix/src/
Ducontext.rs29 libc::setcontext(&self.context as *const libc::ucontext_t) in set()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dalign.rs55 pub fn setcontext(ucp: *const ucontext_t) -> ::c_int; in setcontext() function
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c105 setcontext(&init_context); in seg_signal_handler()
/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.c108 setcontext(&sc); in switch_fn()
/external/python/cpython3/Lib/test/
Dtest_decimal.py111 m.setcontext(DefaultTestContext)
3661 setcontext = self.decimal.setcontext
3666 setcontext(n1)
3672 setcontext(n2)
3676 setcontext(n3)
3683 setcontext(n4)
3974 setcontext = self.decimal.setcontext
3993 setcontext(template)
4002 setcontext(savecontext)
4011 setcontext = self.decimal.setcontext
[all …]
/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/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py713 C.setcontext(t.maxcontext)
720 C.setcontext(context.c)
816 C.setcontext(t.maxcontext)
819 C.setcontext(context.c)
/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/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs811 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.rs958 pub fn setcontext(ucp: *const ::ucontext_t) -> ::c_int; in setcontext() function
/external/selinux/python/sepolgen/src/share/
Dperm_map961 setcontext w 3
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs1099 pub fn setcontext(ucp: *const ucontext_t) -> ::c_int; in setcontext() function
/external/selinux/python/sepolgen/tests/
Dperm_map954 setcontext w 3
/external/python/cpython3/Lib/
D_pydecimal.py458 def setcontext(context): function
3864 setcontext(self.new_context)
3867 setcontext(self.saved_context)
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf541 setcontext
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2827 fun:setcontext=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym227 PUBLIC 409b0 0 setcontext

12