Searched refs:PCC_DONE (Results 1 – 3 of 3) sorted by relevance
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()
193 #define PCC_DONE 0x01 macro
108 if (pcc->pcc_flags & PCC_DONE) { in puffs_dispatch_exec()145 assert((pcc->pcc_flags & PCC_DONE) == 0); in dispatch()1208 pcc->pcc_flags |= PCC_DONE; in dispatch()