OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/
objc-sync.c
151
static __thread lock_node_ptr *
lock_cache
= NULL;
variable
212
if (
lock_cache
== NULL)
216
lock_cache
= objc_calloc (SYNC_CACHE_SIZE, sizeof (lock_node_ptr));
230
lock_node_ptr locked_node =
lock_cache
[i];
281
lock_cache
[free_cache_slot] = node;
310
lock_cache
[free_cache_slot] = unused_node;
336
lock_cache
[free_cache_slot] = new_node;
355
if (
lock_cache
!= NULL)
363
lock_node_ptr locked_node =
lock_cache
[i];
419
lock_cache
[i] = NULL
[
all
...]
/src/external/gpl3/gcc.old/dist/libobjc/
objc-sync.c
151
static __thread lock_node_ptr *
lock_cache
= NULL;
variable
212
if (
lock_cache
== NULL)
216
lock_cache
= objc_calloc (SYNC_CACHE_SIZE, sizeof (lock_node_ptr));
230
lock_node_ptr locked_node =
lock_cache
[i];
281
lock_cache
[free_cache_slot] = node;
310
lock_cache
[free_cache_slot] = unused_node;
336
lock_cache
[free_cache_slot] = new_node;
355
if (
lock_cache
!= NULL)
363
lock_node_ptr locked_node =
lock_cache
[i];
419
lock_cache
[i] = NULL
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026