Searched refs:usage_count (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dobjc-sync.c112 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
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dobjc-sync.c112 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
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c2234 atomic_read(&dev_priv->drm.dev->power.usage_count));

Completed in 107 milliseconds