Home
last modified time | relevance | path

Searched refs:uc_mctx (Results 1 – 3 of 3) sorted by relevance

/dports/devel/pth-hard/pth-2.0.7/
H A Dpth_uctx.c39 pth_mctx_t uc_mctx; /* saved underlying machine context */ member
62 memset((void *)&uctx->uc_mctx, 0, sizeof(pth_mctx_t)); in pth_uctx_create()
93 pth_mctx_switch(&(ctx.uctx_this->uc_mctx), ctx.mctx_parent); in pth_uctx_trampoline()
100 pth_mctx_restore(&(ctx.uctx_after->uc_mctx)); in pth_uctx_trampoline()
137 if (!pth_mctx_set(&uctx->uc_mctx, pth_uctx_trampoline, in pth_uctx_make()
153 pth_mctx_switch(&mctx_parent, &(uctx->uc_mctx)); in pth_uctx_make()
179 pth_mctx_switch(&(uctx_from->uc_mctx), &(uctx_to->uc_mctx)); in pth_uctx_switch()
/dports/devel/pth/pth-2.0.7/
H A Dpth_uctx.c39 pth_mctx_t uc_mctx; /* saved underlying machine context */ member
62 memset((void *)&uctx->uc_mctx, 0, sizeof(pth_mctx_t)); in pth_uctx_create()
93 pth_mctx_switch(&(ctx.uctx_this->uc_mctx), ctx.mctx_parent); in pth_uctx_trampoline()
100 pth_mctx_restore(&(ctx.uctx_after->uc_mctx)); in pth_uctx_trampoline()
137 if (!pth_mctx_set(&uctx->uc_mctx, pth_uctx_trampoline, in pth_uctx_make()
153 pth_mctx_switch(&mctx_parent, &(uctx->uc_mctx)); in pth_uctx_make()
179 pth_mctx_switch(&(uctx_from->uc_mctx), &(uctx_to->uc_mctx)); in pth_uctx_switch()
/dports/devel/pthsem/pthsem-2.0.8/
H A Dpth_uctx.c39 pth_mctx_t uc_mctx; /* saved underlying machine context */ member
62 memset((void *)&uctx->uc_mctx, 0, sizeof(pth_mctx_t)); in pth_uctx_create()
93 pth_mctx_switch(&(ctx.uctx_this->uc_mctx), ctx.mctx_parent); in pth_uctx_trampoline()
100 pth_mctx_restore(&(ctx.uctx_after->uc_mctx)); in pth_uctx_trampoline()
137 if (!pth_mctx_set(&uctx->uc_mctx, pth_uctx_trampoline, in pth_uctx_make()
153 pth_mctx_switch(&mctx_parent, &(uctx->uc_mctx)); in pth_uctx_make()
179 pth_mctx_switch(&(uctx_from->uc_mctx), &(uctx_to->uc_mctx)); in pth_uctx_switch()