Searched refs:runcount (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dwindows-rwlock.c129 lock->runcount = 0;
152 /* Test whether only readers are currently running, and whether the runcount
156 if (!(lock->runcount + 1 > 0 && lock->waiting_writers.count == 0))
171 removed us from the waiting_readers, incremented lock->runcount. */
172 if (!(lock->runcount > 0))
185 while (!(lock->runcount + 1 > 0));
188 lock->runcount++;
213 if (!(lock->runcount == 0))
228 removed us from the waiting_writers, set lock->runcount = -1. */
229 if (!(lock->runcount
[all...]
H A Dwindows-rwlock.h46 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon1662
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dwindows-rwlock.c129 lock->runcount = 0;
152 /* Test whether only readers are currently running, and whether the runcount
156 if (!(lock->runcount + 1 > 0 && lock->waiting_writers.count == 0))
171 removed us from the waiting_readers, incremented lock->runcount. */
172 if (!(lock->runcount > 0))
185 while (!(lock->runcount + 1 > 0));
188 lock->runcount++;
213 if (!(lock->runcount == 0))
228 removed us from the waiting_writers, set lock->runcount = -1. */
229 if (!(lock->runcount
[all...]
H A Dwindows-rwlock.h46 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon1156
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/glthread/
H A Dlock.c78 lock->runcount = 0;
90 /* Test whether only readers are currently running, and whether the runcount
94 while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0))
104 lock->runcount++;
118 while (!(lock->runcount == 0))
131 lock->runcount--; /* runcount becomes -1 */
144 if (lock->runcount < 0)
147 if (!(lock->runcount == -1))
152 lock->runcount
[all...]
H A Dlock.h142 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon1643
385 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon1646
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.c78 lock->runcount = 0;
90 /* Test whether only readers are currently running, and whether the runcount
94 while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0))
104 lock->runcount++;
118 while (!(lock->runcount == 0))
131 lock->runcount--; /* runcount becomes -1 */
144 if (lock->runcount < 0)
147 if (!(lock->runcount == -1))
152 lock->runcount
[all...]
H A Dlock.h144 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon1136
387 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon1139
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.c151 lock->runcount = 0;
159 /* Test whether only readers are currently running, and whether the runcount
165 while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0))
172 lock->runcount++;
183 while (!(lock->runcount == 0))
192 lock->runcount--; /* runcount becomes -1 */
202 if (lock->runcount < 0)
205 if (!(lock->runcount == -1))
207 lock->runcount
[all...]
H A Dlock.h224 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon512
700 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon520
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.c150 lock->runcount = 0;
158 /* Test whether only readers are currently running, and whether the runcount
164 while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0))
171 lock->runcount++;
182 while (!(lock->runcount == 0))
191 lock->runcount--; /* runcount becomes -1 */
201 if (lock->runcount < 0)
204 if (!(lock->runcount == -1))
206 lock->runcount
[all...]
H A Dlock.h223 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon552
699 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon560
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlock.c150 lock->runcount = 0;
158 /* Test whether only readers are currently running, and whether the runcount
164 while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0))
171 lock->runcount++;
182 while (!(lock->runcount == 0))
191 lock->runcount--; /* runcount becomes -1 */
201 if (lock->runcount < 0)
204 if (!(lock->runcount == -1))
206 lock->runcount
[all...]
H A Dlock.h223 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon578
699 int runcount; /* number of readers running, or -1 when a writer runs */ member in struct:__anon586

Completed in 170 milliseconds