Home | History | Annotate | Download | only in pgfs

Lines Matching defs:blocker

60 	struct puffs_cc *blocker;
117 if (xc->blocker == NULL) {
123 assert(xc->owner == xc->blocker);
154 assert(xc->blocker == NULL);
155 xc->blocker = cc;
161 assert(xc->blocker == cc);
162 xc->blocker = NULL;
354 assert(xc->blocker == NULL);
813 if (xc->blocker != NULL) {
814 DPRINTF("schedule %p\n", xc->blocker);
815 puffs_cc_schedule(xc->blocker);
884 xc->blocker = NULL;