Home
last modified time | relevance | path

Searched defs:setcontext (Results 1 – 5 of 5) sorted by relevance

/third_party/libunwind/src/riscv/
Dunwind_i.h38 #define setcontext UNW_ARCH_OBJ (setcontext) macro
/third_party/libunwind/src/s390x/
Dunwind_i.h42 #define setcontext UNW_ARCH_OBJ(setcontext) macro
/third_party/libunwind/src/hppa/
Dunwind_i.h39 #define setcontext UNW_ARCH_OBJ (setcontext) macro
/third_party/libunwind/src/x86_64/
Dunwind_i.h60 #define setcontext UNW_ARCH_OBJ (setcontext) macro
/third_party/python/Lib/
D_pydecimal.py458 def setcontext(context): function