Home
last modified time | relevance | path

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

123456

/sysdeps/pthread/
A 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()
A 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()
A Dtst-cleanup0.c24 static int global; variable
34 global *= val; in ch()
35 global += val; in ch()
43 _exit (global); in endfct()
A 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()
A 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()
A Dtst-cancel8.c26 static int global; variable
32 global = 1; in cleanup()
131 if (global != 0) in do_test()
A Dtst-once3.c33 static int global; variable
64 global = 1; in once_handler2()
154 if (global != 1) in do_test()
A Dtst-once4.c32 static int global; variable
60 global = 1; in once_handler2()
183 if (global != 1) in do_test()
/sysdeps/arm/
A Daeabi_sighandlers.S40 .global __aeabi_SIG_DFL
45 .global __aeabi_SIG_IGN
50 .global __aeabi_SIG_ERR
A Ddl-tlsdesc.S29 .global _dl_tlsdesc_return
42 .global _dl_tlsdesc_undefweak
57 .global _dl_tlsdesc_dynamic
/sysdeps/generic/
A Difunc-sel.h5 extern int global;
11 switch (global) in ifunc_sel()
/sysdeps/ia64/fpu/
A Dlibm-symbols.h32 .global name
37 .global __libm_##name
43 .global __##name; \
54 .global __ieee754_##name; \
A Ds_fabsf.S58 .global __libm_fabsf#
A Ds_fabs.S58 .global __libm_fabs#
A Ds_fabsl.S58 .global __libm_fabsl#
/sysdeps/hppa/
A 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
/sysdeps/powerpc/
A Difunc-sel.h5 extern int global;
30 : "i" (&global), "i" (f1), "i" (f2), "i" (f3) in ifunc_sel()
/sysdeps/ia64/
A Dsysdep.h33 .global C_SYMBOL_NAME(name); \
48 .global name; \
/sysdeps/i386/
A Ddl-tlsdesc.S35 .global _dl_tlsdesc_return
57 .global _dl_tlsdesc_undefweak
71 .global _dl_tlsdesc_dynamic
/sysdeps/powerpc/fpu/
A 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()
/sysdeps/unix/sysv/linux/alpha/
A Drt_sigaction.S69 .global __syscall_sigreturn;
83 .global __syscall_rt_sigreturn;
/sysdeps/aarch64/
A Dcrti.S74 .global _init
93 .global _fini
/sysdeps/x86_64/
A Ddl-tlsdesc.S35 .global _dl_tlsdesc_return
57 .global _dl_tlsdesc_undefweak
71 .global _dl_tlsdesc_dynamic
/sysdeps/nios2/
A Dcrti.S59 .global _init
87 .global _fini
/sysdeps/sh/
A Dcrti.S60 .global _init
106 .global _fini

Completed in 43 milliseconds

123456