OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waiting_writers_count
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/glthread/
lock.c
141
lock->
waiting_writers_count
= 0;
160
while (!(lock->runcount + 1 > 0 && lock->
waiting_writers_count
== 0))
188
lock->
waiting_writers_count
++;
192
lock->
waiting_writers_count
--;
196
lock->
waiting_writers_count
--;
234
if (lock->
waiting_writers_count
> 0)
lock.h
241
unsigned int
waiting_writers_count
; /* number of waiting writers */
member in struct:__anon4948
[
all
...]
Completed in 34 milliseconds