OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usage_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/
objc-sync.c
112
unsigned int
usage_count
;
member in struct:lock_node
116
and when node->
usage_count
== 0, ie, the lock is not being used.
119
because in that case you know that node->
usage_count
can't get to
120
zero until you release the lock. It is valid to have
usage_count
131
non-recursive locks: they all increase
usage_count
, and call
137
protected by the node->lock itself) instead of the
usage_count
190
new_node->
usage_count
= 0;
275
node->
usage_count
++;
290
if (unused_node == NULL && node->
usage_count
== 0)
304
unused_node->
usage_count
= 1
[
all
...]
/src/external/gpl3/gcc.old/dist/libobjc/
objc-sync.c
112
unsigned int
usage_count
;
member in struct:lock_node
116
and when node->
usage_count
== 0, ie, the lock is not being used.
119
because in that case you know that node->
usage_count
can't get to
120
zero until you release the lock. It is valid to have
usage_count
131
non-recursive locks: they all increase
usage_count
, and call
137
protected by the node->lock itself) instead of the
usage_count
190
new_node->
usage_count
= 0;
275
node->
usage_count
++;
290
if (unused_node == NULL && node->
usage_count
== 0)
304
unused_node->
usage_count
= 1
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026