OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_init_count
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/
threads.c
159
static vint32
global_init_count
= 0;
variable
477
if (atomic_add(&
global_init_count
, 1) == 0) {
481
atomic_add(&
global_init_count
, -1);
Completed in 68 milliseconds