HomeSort by: relevance | last modified time | path
    Searched defs:ucontext_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
ucontext.h 68 typedef struct __ucontext ucontext_t; typedef in typeref:struct:__ucontext
72 ucontext_t * uc_link; /* context to resume */
86 #define __UCONTEXT_SIZE sizeof(ucontext_t)
104 void getucontext(struct lwp *, ucontext_t *);
105 int setucontext(struct lwp *, const ucontext_t *);
111 __CTASSERT(sizeof(ucontext_t) == __UCONTEXT_SIZE);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc 61 // x86-64 FreeBSD 9.2 and older define 'ucontext_t' incorrectly in
65 #define ucontext_t xucontext_t macro
237 ucontext_t *ucp = (ucontext_t*)context;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 71 struct ucontext_t { struct
75 struct ucontext_t { struct
76 // The size is determined by looking at sizeof of real ucontext_t on linux.
168 ucontext_t ctx;

Completed in 89 milliseconds