Home
last modified time | relevance | path

Searched refs:global (Results 1 – 3 of 3) sorted by relevance

/resolv/
A Dresolv_conf.c77 static struct resolv_conf_global *global; variable
94 global_copy = calloc (1, sizeof (*global)); in get_locked_global()
97 atomic_store_relaxed (&global, global_copy); in get_locked_global()
639 if (atomic_load_relaxed (&global) == NULL) in __resolv_conf_detach()
661 if (global == NULL) in libc_freeres_fn()
664 if (global->conf_current != NULL) in libc_freeres_fn()
666 conf_decrement (global->conf_current); in libc_freeres_fn()
667 global->conf_current = NULL; in libc_freeres_fn()
673 resolv_conf_array_free (&global->array); in libc_freeres_fn()
675 free (global); in libc_freeres_fn()
[all …]
A Dtst-resolv-threads.c51 static int global = 1; in get_thread_number() local
52 local = __atomic_fetch_add (&global, 1, __ATOMIC_RELAXED); in get_thread_number()
A DREADME46 `res_mkquery', `res_send' and `res_init', used a static (global)
71 longer see any changes in the global resolver state caused by calls

Completed in 8 milliseconds