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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 280 int (*real_swapcontext)(struct ucontext_t *, struct ucontext_t *) local in function:INTERCEPTOR
283 int res = real_swapcontext(oucp, ucp);
asan_interceptors.cc 280 int (*real_swapcontext)(struct ucontext_t *, struct ucontext_t *) local in function:INTERCEPTOR
283 int res = real_swapcontext(oucp, ucp);

Completed in 21 milliseconds