HomeSort by relevance Sort by last modified time
    Searched refs:getcontext (Results 1 - 25 of 32) sorted by null

1 2

  /external/compiler-rt/android/include/
ucontext.h 28 #define getcontext(x) breakpad_getcontext(x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 28 getcontext(&child_context);
  /external/libunwind/include/
libunwind-ia64.h 162 # define unw_tdep_getcontext getcontext
164 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-hppa.h 118 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
libunwind-sh.h 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
libunwind-mips.h 144 /* There is no getcontext() on MIPS. Use a stub version which only saves GP
147 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
libunwind-ppc32.h 185 using the "getcontext" name just because it's using libunwind. We
188 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
libunwind-x86.h 177 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
libunwind-x86_64.h 129 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
libunwind-ppc64.h 242 using the "getcontext" name just because it's using libunwind. We
245 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 52 getcontext(&child_context);
  /external/libunwind/src/arm/
getcontext.S 32 @ This is a stub version of getcontext() for ARM which only stores core
  /external/libunwind/src/mips/
getcontext-android.S 52 # This is a stub version of getcontext() for MIPS which only stores core
getcontext.S 53 # This is a stub version of getcontext() for MIPS which only stores core
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 31 if (getcontext(uc) == -1) {
32 //perror("getcontext");
33 printf("getcontext() doesn't seem to work\n");
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nec.h 77 getcontext(CONTEXT(thread)); \
85 if (!getcontext(CONTEXT(_thread))) { \
_sony.h 68 getcontext(CONTEXT(_thread)); \
76 if (!getcontext(CONTEXT(_thread))) { \
_solaris.h 572 getcontext(uc); \
590 if (!getcontext(CONTEXT(_thread))) { \
646 getcontext(uc); \
653 /* getcontext() may return 1, contrary to what the man page says */
662 if (! getcontext(uc)) { \
  /external/libunwind/doc/
unw_getcontext.tex 33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the
36 initialized by \Func{getcontext()} is expected. The reason for this
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 61 >>> getcontext().prec = 18
82 >>> getcontext().traps[DivisionByZero] = 1
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
421 def getcontext(): function
441 def getcontext(_local=local): function
485 >>> print getcontext().prec
488 ... ctx = getcontext()
494 ... print getcontext().prec
497 >>> print getcontext().pre
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 61 >>> getcontext().prec = 18
82 >>> getcontext().traps[DivisionByZero] = 1
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
421 def getcontext(): function
441 def getcontext(_local=local): function
485 >>> print getcontext().prec
488 ... ctx = getcontext()
494 ... print getcontext().prec
497 >>> print getcontext().pre
    [all...]
  /external/libunwind/
Android.mk 159 src/arm/getcontext.S \
170 src/mips/getcontext-android.S \
175 src/x86/getcontext-linux.S \
180 src/x86_64/getcontext.S \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
55 ORIGINAL_CONTEXT = getcontext().copy()
560 nc = copy.copy(getcontext())
    [all...]

Completed in 261 milliseconds

1 2