/glibc-2.36/sysdeps/pthread/ |
D | tst-cleanup3.c | 29 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()
|
D | tst-cleanup1.c | 29 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()
|
D | tst-once1.c | 24 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()
|
D | tst-cleanup0.c | 24 static int global; variable 34 global *= val; in ch() 35 global += val; in ch() 43 _exit (global); in endfct()
|
D | tst-once2.c | 28 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()
|
D | tst-cancel8.c | 26 static int global; variable 32 global = 1; in cleanup() 131 if (global != 0) in do_test()
|
D | tst-once3.c | 33 static int global; variable 64 global = 1; in once_handler2() 154 if (global != 1) in do_test()
|
D | tst-once4.c | 32 static int global; variable 60 global = 1; in once_handler2() 183 if (global != 1) in do_test()
|
/glibc-2.36/nptl/ |
D | tst-cleanup4.c | 37 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()
|
D | tst-sched1.c | 24 static int global; variable 29 global = 1; in tf() 85 if (global == 0) in do_test()
|
/glibc-2.36/stdlib/ |
D | tst-setcontext2.c | 27 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()
|
D | tst-setcontext4.c | 27 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()
|
D | tst-setcontext.c | 125 volatile int global; variable 168 if (++global == 1) in main() 174 if (global != 2) in main()
|
/glibc-2.36/resolv/ |
D | resolv_conf.c | 77 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/ |
D | tst-setcontext-fpscr.c | 33 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/ |
D | start.S | 37 .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/ |
D | libm-symbols.h | 32 .global name 37 .global __libm_##name 43 .global __##name; \ 54 .global __ieee754_##name; \
|
/glibc-2.36/misc/ |
D | unwind-link.c | 30 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/ |
D | aeabi_sighandlers.S | 40 .global __aeabi_SIG_DFL 45 .global __aeabi_SIG_IGN 50 .global __aeabi_SIG_ERR
|
D | dl-tlsdesc.S | 29 .global _dl_tlsdesc_return 42 .global _dl_tlsdesc_undefweak 57 .global _dl_tlsdesc_dynamic
|
/glibc-2.36/sysdeps/i386/ |
D | dl-tlsdesc.S | 35 .global _dl_tlsdesc_return 57 .global _dl_tlsdesc_undefweak 71 .global _dl_tlsdesc_dynamic
|
/glibc-2.36/locale/programs/ |
D | localedef.c | 192 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/ |
D | dl-tlsdesc.S | 35 .global _dl_tlsdesc_return 57 .global _dl_tlsdesc_undefweak 71 .global _dl_tlsdesc_dynamic
|
/glibc-2.36/sysdeps/generic/ |
D | ifunc-sel.h | 5 extern int global; 11 switch (global) in ifunc_sel()
|
/glibc-2.36/dlfcn/ |
D | modatexit.c | 21 int global; variable 31 *ip = global = 1; in dummy()
|