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

  /external/clang/test/Sema/
builtins-gnu-mode.c 23 int getcontext; variable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
swapcontext_test.cc 52 getcontext(&child_context);
  /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)) { \
_reliantunix.h 74 * So we'll use our homegrown, getcontext/setcontext-compatible stuff which
75 * will save us the getcontext/setcontext system calls at each context switch.
91 #define _GETCONTEXT getcontext
218 ** getcontext() is the result of calling getcontext() or
220 ** setting a context got with getcontext() appears to
221 ** return from getcontext(), too!
224 ** because we want getcontext() on the other side of the magic
  /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...]
mhlib.py 14 name = mh.getcontext() # name of current folder
130 def getcontext(self): member in class:MH
    [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...]
mhlib.py 14 name = mh.getcontext() # name of current folder
130 def getcontext(self): member in class:MH
    [all...]
  /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...]
test_mhlib.py 155 eq(mh.getcontext(), 'inbox')
158 eq(mh.getcontext(), 'wide')
  /prebuilts/python/linux-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...]
test_mhlib.py 155 eq(mh.getcontext(), 'inbox')
158 eq(mh.getcontext(), 'wide')
  /external/chromium_org/v8/src/
platform-solaris.cc 38 #include <ucontext.h> // walkstack(), getcontext()
247 if (getcontext(&ctx) < 0) return kStackWalkError;
  /external/v8/src/
platform-solaris.cc 38 #include <ucontext.h> // walkstack(), getcontext()
319 if (getcontext(&ctx) < 0) return kStackWalkError;

Completed in 525 milliseconds