OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_atomic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
libgcov-profiler.c
101
int
use_atomic
)
103
gcov_topn_add_value (counters, value, 1,
use_atomic
, 1);
155
int
use_atomic
)
164
use_atomic
);
libgcov.h
409
if
USE_ATOMIC
is true. */
413
int
use_atomic
ATTRIBUTE_UNUSED)
416
if (
use_atomic
)
483
is true, add COUNT to total of the TOP counter. If
USE_ATOMIC
is true,
489
int
use_atomic
, int increment_total)
497
gcov_counter_add (&counters[0], 1,
use_atomic
);
508
gcov_counter_add (¤t_node->count, count,
use_atomic
);
543
if (
use_atomic
)
558
if (
use_atomic
)
571
gcov_counter_add (&counters[1], 1,
use_atomic
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-profiler.c
101
int
use_atomic
)
103
gcov_topn_add_value (counters, value, 1,
use_atomic
, 1);
155
int
use_atomic
)
164
use_atomic
);
libgcov.h
417
if
USE_ATOMIC
is true. */
421
int
use_atomic
ATTRIBUTE_UNUSED)
424
if (
use_atomic
)
491
is true, add COUNT to total of the TOP counter. If
USE_ATOMIC
is true,
497
int
use_atomic
, int increment_total)
505
gcov_counter_add (&counters[0], 1,
use_atomic
);
516
gcov_counter_add (¤t_node->count, count,
use_atomic
);
551
if (
use_atomic
)
566
if (
use_atomic
)
579
gcov_counter_add (&counters[1], 1,
use_atomic
);
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026