HomeSort by: relevance | last modified time | path
    Searched defs:blocker (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_db.c 60 struct puffs_cc *blocker; member in struct:Xconn
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);
    [all...]
pgfs_db.c 60 struct puffs_cc *blocker; member in struct:Xconn
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);
    [all...]

Completed in 21 milliseconds