Lines Matching refs:pcc_flags
81 if ((~pcc->pcc_flags & (PCC_BORROWED|PCC_DONE)) == 0) { in puffs_cc_yield()
82 pcc->pcc_flags &= ~(PCC_BORROWED|PCC_DONE); in puffs_cc_yield()
89 pcc->pcc_flags &= ~PCC_BORROWED; in puffs_cc_yield()
93 if ((pcc->pcc_flags & PCC_MLCONT) == 0) { in puffs_cc_yield()
98 pcc->pcc_flags &= ~PCC_MLCONT; in puffs_cc_yield()
125 pcc->pcc_flags |= PCC_MLCONT; in puffs__cc_cont()
153 loanpcc->pcc_flags |= PCC_BORROWED; in puffs__goto()
171 if ((pcc->pcc_flags & PCC_HASCALLER) == 0) { in puffs_cc_getcaller()
289 pcc->pcc_flags |= PCC_HASCALLER; in puffs__cc_setcaller()
308 pcc->pcc_flags &= ~PCC_HASCALLER; in puffs__cc_destroy()
309 assert(pcc->pcc_flags == 0); in puffs__cc_destroy()