Searched refs:oucp (Results 1 – 4 of 4) sorted by relevance
24 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext() argument28 __getcontext (oucp); in __swapcontext()30 oucp->uc_mcontext.mc_gregs[MC_PC] = (long) __swapcontext_ret; in __swapcontext()31 oucp->uc_mcontext.mc_gregs[MC_NPC] = ((long) __swapcontext_ret) + 4; in __swapcontext()
30 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext() argument32 struct rv rv = __getcontext (oucp); in __swapcontext()
22 swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in swapcontext() argument
409 @deftypefun int swapcontext (ucontext_t *restrict @var{oucp}, const ucontext_t *restrict @var{ucp})411 @safety{@prelim{}@mtsafe{@mtsrace{:oucp} @mtsrace{:ucp}}@asunsafe{@asucorrupt{}}@acunsafe{@acucorru…418 in the object pointed to by @var{oucp} as if this was a call to426 context @var{oucp} is used without prior modification by