HomeSort by relevance Sort by last modified time
    Searched defs:ucontext_t (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/asan/
asan_linux.cc 50 // x86-64 FreeBSD 9.2 and older define 'ucontext_t' incorrectly in
54 #define ucontext_t xucontext_t macro
160 ucontext_t *ucp = (ucontext_t*)context;
  /bionic/libc/include/sys/
ucontext.h 101 } ucontext_t; typedef in typeref:struct:ucontext
124 } ucontext_t;
214 } ucontext_t;
286 } ucontext_t;
386 } ucontext_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 127 } ucontext_t; typedef in typeref:struct:ucontext
  /external/v8/src/libsampler/
sampler.cc 22 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
54 // Not all versions of Android's C library provide ucontext_t.
71 } ucontext_t; typedef in typeref:struct:ucontext
83 } ucontext_t; typedef in typeref:struct:ucontext
114 } ucontext_t; typedef in typeref:struct:ucontext
132 } ucontext_t; typedef in typeref:struct:ucontext
149 } ucontext_t; typedef in typeref:struct:ucontext
414 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 143 } ucontext_t; typedef in typeref:struct:ucontext
244 } ucontext_t; typedef in typeref:struct:ucontext
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 68 struct ucontext_t { struct
72 struct ucontext_t { struct
73 // The size is determined by looking at sizeof of real ucontext_t on linux.
208 ucontext_t ctx;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2288 ucontext_t = __darwin_ucontext_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2288 ucontext_t = __darwin_ucontext_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2288 ucontext_t = __darwin_ucontext_t variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2288 ucontext_t = __darwin_ucontext_t variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2288 ucontext_t = __darwin_ucontext_t variable
    [all...]

Completed in 346 milliseconds