Home
last modified time | relevance | path

Searched refs:PCC_BORROWED (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()
89 pcc->pcc_flags &= ~PCC_BORROWED; in puffs_cc_yield()
153 loanpcc->pcc_flags |= PCC_BORROWED; in puffs__goto()
Dpuffs_priv.h194 #define PCC_BORROWED 0x02 macro
Ddispatcher.c79 if (pcc->pcc_flags & PCC_BORROWED) { in puffs__ml_dispatch()