Home
last modified time | relevance | path

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

/netbsd-src/lib/libpuffs/
H A 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()
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()
[all …]
H A Ddispatcher.c63 pcc->pcc_flags |= PCC_MLCONT; in puffs__ml_dispatch()
79 if (pcc->pcc_flags & PCC_BORROWED) { in puffs__ml_dispatch()
82 pcc->pcc_flags = 0; in puffs__ml_dispatch()
108 if (pcc->pcc_flags & PCC_DONE) { in puffs_dispatch_exec()
111 pcc->pcc_flags = 0; in puffs_dispatch_exec()
145 assert((pcc->pcc_flags & PCC_DONE) == 0); in dispatch()
1208 pcc->pcc_flags |= PCC_DONE; in dispatch()
H A Dpuffs_priv.h184 int pcc_flags; member