Searched defs:oucp (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc248 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, argument
261 int res = REAL(swapcontext)(oucp, ucp);
263 // "oucp" later, that would look as if swapcontext() returned 0.

Completed in 271 milliseconds