Home
last modified time | relevance | path

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

/dports/devel/pth-hard/pth-2.0.7/
H A Dpth_uctx.c169 pth_uctx_t uctx_to) in pth_uctx_switch() argument
172 if (uctx_from == NULL || uctx_to == NULL) in pth_uctx_switch()
174 if (!(uctx_to->uc_mctx_set)) 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>);
1543 the new user-space context from I<uctx_to>, which previously had to
1546 swapcontext(3). If I<uctx_from> or I<uctx_to> are C<NULL> or if
1547 I<uctx_to> contains no valid user-space context, C<FALSE> is returned
/dports/devel/pth/pth-2.0.7/
H A Dpth_uctx.c169 pth_uctx_t uctx_to) in pth_uctx_switch() argument
172 if (uctx_from == NULL || uctx_to == NULL) in pth_uctx_switch()
174 if (!(uctx_to->uc_mctx_set)) 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>);
1543 the new user-space context from I<uctx_to>, which previously had to
1546 swapcontext(3). If I<uctx_from> or I<uctx_to> are C<NULL> or if
1547 I<uctx_to> contains no valid user-space context, C<FALSE> is returned
/dports/devel/pthsem/pthsem-2.0.8/
H A Dpth_uctx.c169 pth_uctx_t uctx_to) in pth_uctx_switch() argument
172 if (uctx_from == NULL || uctx_to == NULL) in pth_uctx_switch()
174 if (!(uctx_to->uc_mctx_set)) 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>);
1637 the new user-space context from I<uctx_to>, which previously had to
1640 swapcontext(3). If I<uctx_from> or I<uctx_to> are C<NULL> or if
1641 I<uctx_to> contains no valid user-space context, C<FALSE> is returned