HomeSort by: relevance | last modified time | path
    Searched refs:pcc_uc_ret (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpuffs/
callcontext.c 71 * 2) It is not set, and we simply jump to pcc_uc_ret.
87 setcontext(&pcc->pcc_uc_ret);
95 swapcontext(&pcc->pcc_uc, &pcc->pcc_uc_ret);
138 swapcontext(&pcc->pcc_uc_ret, &pcc->pcc_uc);
155 swapcontext(&loanpcc->pcc_uc_ret, &loanpcc->pcc_uc);
215 if (getcontext(&pcc->pcc_uc_ret) == -1) {
255 pcc->pcc_uc.uc_link = &pcc->pcc_uc_ret;
puffs_priv.h 190 #define pcc_uc_ret pcc_u.real.uc_ret macro

Completed in 13 milliseconds