Home
last modified time | relevance | path

Searched refs:PCC_DONE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/lib/libpuffs/
Dcallcontext.c81 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()
Dpuffs_priv.h193 #define PCC_DONE 0x01 macro
Ddispatcher.c108 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()