HomeSort by relevance Sort by last modified time
    Searched refs:runcount (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/glthread/
lock.c 142 lock->runcount = 0;
154 /* Test whether only readers are currently running, and whether the runcount
160 while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0))
171 lock->runcount++;
184 while (!(lock->runcount == 0))
198 lock->runcount--; /* runcount becomes -1 */
210 if (lock->runcount < 0)
213 if (!(lock->runcount == -1))
218 lock->runcount = 0
    [all...]
lock.h 242 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon4948
685 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon4956
    [all...]

Completed in 24 milliseconds