Searched refs:global_init_count (Results 1 - 1 of 1) sorted by relevance
/external/libxml2/ | ||
H A D | 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 161 milliseconds