Home
last modified time | relevance | path

Searched refs:uctx_from (Results 1 – 6 of 6) sorted by relevance

/dports/devel/pth-hard/pth-2.0.7/
H A Dpth_uctx.c168 pth_uctx_t uctx_from, in pth_uctx_switch() argument
172 if (uctx_from == NULL || uctx_to == NULL) in pth_uctx_switch()
178 uctx_from->uc_mctx_set = TRUE; in pth_uctx_switch()
179 pth_mctx_switch(&(uctx_from->uc_mctx), &(uctx_to->uc_mctx)); in pth_uctx_switch()
H A Dpth.pod1539 =item int B<pth_uctx_switch>(pth_uctx_t I<uctx_from>, pth_uctx_t I<uctx_to>);
1541 This function saves the current user-space context in I<uctx_from> for
1546 swapcontext(3). If I<uctx_from> or I<uctx_to> are C<NULL> or if
/dports/devel/pth/pth-2.0.7/
H A Dpth_uctx.c168 pth_uctx_t uctx_from, in pth_uctx_switch() argument
172 if (uctx_from == NULL || uctx_to == NULL) in pth_uctx_switch()
178 uctx_from->uc_mctx_set = TRUE; in pth_uctx_switch()
179 pth_mctx_switch(&(uctx_from->uc_mctx), &(uctx_to->uc_mctx)); in pth_uctx_switch()
H A Dpth.pod1539 =item int B<pth_uctx_switch>(pth_uctx_t I<uctx_from>, pth_uctx_t I<uctx_to>);
1541 This function saves the current user-space context in I<uctx_from> for
1546 swapcontext(3). If I<uctx_from> or I<uctx_to> are C<NULL> or if
/dports/devel/pthsem/pthsem-2.0.8/
H A Dpth_uctx.c168 pth_uctx_t uctx_from, in pth_uctx_switch() argument
172 if (uctx_from == NULL || uctx_to == NULL) in pth_uctx_switch()
178 uctx_from->uc_mctx_set = TRUE; in pth_uctx_switch()
179 pth_mctx_switch(&(uctx_from->uc_mctx), &(uctx_to->uc_mctx)); in pth_uctx_switch()
H A Dpth.pod1633 =item int B<pth_uctx_switch>(pth_uctx_t I<uctx_from>, pth_uctx_t I<uctx_to>);
1635 This function saves the current user-space context in I<uctx_from> for
1640 swapcontext(3). If I<uctx_from> or I<uctx_to> are C<NULL> or if