Home
last modified time | relevance | path

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

12345678910>>...12

/glibc-2.36/sysdeps/pthread/
Dtst-cleanup3.c29 static int global; variable
39 global *= val; in ch()
40 global += val; in ch()
90 if (global != 9) in do_test()
92 printf ("global = %d, expected 9\n", global); in do_test()
Dtst-cleanup1.c29 static int global; variable
39 global *= val; in ch()
40 global += val; in ch()
92 if (global != 9) in do_test()
94 printf ("global = %d, expected 9\n", global); in do_test()
Dtst-once1.c24 static int global; variable
29 ++global; in once_handler()
39 if (global != 1) in do_test()
41 printf ("global = %d, expected 1\n", global); in do_test()
Dtst-cleanup0.c24 static int global; variable
34 global *= val; in ch()
35 global += val; in ch()
43 _exit (global); in endfct()
Dtst-once2.c28 static int global; variable
35 ++global; in once_handler()
48 if (global != 1) in tf()
50 printf ("thread %ld: global == %d\n", (long int) arg, global); in tf()
Dtst-cancel8.c26 static int global; variable
32 global = 1; in cleanup()
131 if (global != 0) in do_test()
Dtst-once3.c33 static int global; variable
64 global = 1; in once_handler2()
154 if (global != 1) in do_test()
Dtst-once4.c32 static int global; variable
60 global = 1; in once_handler2()
183 if (global != 1) in do_test()
/glibc-2.36/nptl/
Dtst-cleanup4.c37 static int global; variable
51 global *= val; in clh()
52 global += val; in clh()
157 global = 0; in do_test()
190 if (global != expect[i]) in do_test()
192 printf ("global = %d, expected %d\n", global, expect[i]); in do_test()
Dtst-sched1.c24 static int global; variable
29 global = 1; in tf()
85 if (global == 0) in do_test()
/glibc-2.36/stdlib/
Dtst-setcontext2.c27 volatile int global; variable
114 global++; in do_test()
116 if (global == 1) in do_test()
144 else if (global == 2) in do_test()
183 if (global != 3) in do_test()
192 else if ( global != 3 ) in do_test()
Dtst-setcontext4.c27 volatile int global; variable
114 global++; in do_test()
116 if (global == 1) in do_test()
144 else if (global == 2) in do_test()
184 else if ( global != 3 ) in do_test()
Dtst-setcontext.c125 volatile int global; variable
168 if (++global == 1) in main()
174 if (global != 2) in main()
/glibc-2.36/resolv/
Dresolv_conf.c77 static struct resolv_conf_global *global; variable
91 struct resolv_conf_global *global_copy = atomic_load_relaxed (&global); in get_locked_global()
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()
[all …]
/glibc-2.36/sysdeps/powerpc/fpu/
Dtst-setcontext-fpscr.c33 volatile int global; variable
315 if (++global == 1) in main()
324 if (global != 2) in main()
332 global = 0; in main()
339 if (++global == 1) in main()
351 if (global != 2) in main()
/glibc-2.36/sysdeps/hppa/
Dstart.S37 .import $global$, data
99 ldo R'$global$-$PIC_pcrel$0+5(%r1), %dp
107 ldil L%$global$, %dp
108 ldo R%$global$(%dp), %dp
/glibc-2.36/sysdeps/ia64/fpu/
Dlibm-symbols.h32 .global name
37 .global __libm_##name
43 .global __##name; \
54 .global __ieee754_##name; \
/glibc-2.36/misc/
Dunwind-link.c30 static struct unwind_link global; variable
45 return &global; in __libc_unwind_link_get()
108 global = local; in __libc_unwind_link_get()
115 return &global; in __libc_unwind_link_get()
/glibc-2.36/sysdeps/arm/
Daeabi_sighandlers.S40 .global __aeabi_SIG_DFL
45 .global __aeabi_SIG_IGN
50 .global __aeabi_SIG_ERR
Ddl-tlsdesc.S29 .global _dl_tlsdesc_return
42 .global _dl_tlsdesc_undefweak
57 .global _dl_tlsdesc_dynamic
/glibc-2.36/sysdeps/i386/
Ddl-tlsdesc.S35 .global _dl_tlsdesc_return
57 .global _dl_tlsdesc_undefweak
71 .global _dl_tlsdesc_dynamic
/glibc-2.36/locale/programs/
Dlocaledef.c192 struct localedef_t global; in main() local
256 memset (&global, '\0', sizeof (struct localedef_t)); in main()
257 global.name = input_file ?: "/dev/stdin"; in main()
258 global.needed = ALL_LOCALES; in main()
259 locales = &global; in main()
262 if (locfile_read (&global, charmap) != 0) in main()
/glibc-2.36/sysdeps/x86_64/
Ddl-tlsdesc.S35 .global _dl_tlsdesc_return
57 .global _dl_tlsdesc_undefweak
71 .global _dl_tlsdesc_dynamic
/glibc-2.36/sysdeps/generic/
Difunc-sel.h5 extern int global;
11 switch (global) in ifunc_sel()
/glibc-2.36/dlfcn/
Dmodatexit.c21 int global; variable
31 *ip = global = 1; in dummy()

12345678910>>...12