HomeSort by: relevance | last modified time | path
    Searched refs:pcc_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpuffs/
callcontext.c 81 if ((~pcc->pcc_flags & (PCC_BORROWED|PCC_DONE)) == 0) {
82 pcc->pcc_flags &= ~(PCC_BORROWED|PCC_DONE);
89 pcc->pcc_flags &= ~PCC_BORROWED;
93 if ((pcc->pcc_flags & PCC_MLCONT) == 0) {
98 pcc->pcc_flags &= ~PCC_MLCONT;
125 pcc->pcc_flags |= PCC_MLCONT;
153 loanpcc->pcc_flags |= PCC_BORROWED;
171 if ((pcc->pcc_flags & PCC_HASCALLER) == 0) {
289 pcc->pcc_flags |= PCC_HASCALLER;
308 pcc->pcc_flags &= ~PCC_HASCALLER
    [all...]
dispatcher.c 63 pcc->pcc_flags |= PCC_MLCONT;
79 if (pcc->pcc_flags & PCC_BORROWED) {
82 pcc->pcc_flags = 0;
108 if (pcc->pcc_flags & PCC_DONE) {
111 pcc->pcc_flags = 0;
145 assert((pcc->pcc_flags & PCC_DONE) == 0);
1208 pcc->pcc_flags |= PCC_DONE;
puffs_priv.h 184 int pcc_flags; member in struct:puffs_cc

Completed in 12 milliseconds