Home
last modified time | relevance | path

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

12345678910>>...13

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cleanup3.c25 static int global; variable
35 global *= val; in ch()
36 global += val; in ch()
86 if (global != 9) in do_test()
88 printf ("global = %d, expected 9\n", global); in do_test()
A Dtst-cleanup1.c25 static int global; variable
35 global *= val; in ch()
36 global += val; in ch()
88 if (global != 9) in do_test()
90 printf ("global = %d, expected 9\n", global); in do_test()
A Dtst-once1.c25 static int global; variable
30 ++global; in once_handler()
40 if (global != 1) in do_test()
42 printf ("global = %d, expected 1\n", global); in do_test()
A Dtst-cleanup4.c33 static int global; variable
47 global *= val; in clh()
48 global += val; in clh()
153 global = 0; in do_test()
186 if (global != expect[i]) in do_test()
188 printf ("global = %d, expected %d\n", global, expect[i]); in do_test()
A Dtst-cleanup0.c25 static int global; variable
35 global *= val; in ch()
36 global += val; in ch()
44 _exit (global); in endfct()
A Dtst-once2.c29 static int global; variable
36 ++global; in once_handler()
49 if (global != 1) in tf()
51 printf ("thread %ld: global == %d\n", (long int) arg, global); in tf()
A Dtst-sched1.c25 static int global; variable
30 global = 1; in tf()
86 if (global == 0) in do_test()
A Dtst-cancel8.c27 static int global; variable
33 global = 1; in cleanup()
132 if (global != 0) in do_test()
A Dtst-once3.c34 static int global; variable
63 global = 1; in once_handler2()
150 if (global != 1) in do_test()
A Dtst-once4.c33 static int global; variable
61 global = 1; in once_handler2()
184 if (global != 1) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/h8300/
A Dcrt0.S21 .global _start
22 .global __exit
23 .global atexit
24 .global main
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A Daeabi_sighandlers.S38 .global __aeabi_SIG_DFL
43 .global __aeabi_SIG_IGN
48 .global __aeabi_SIG_ERR
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/
A Dcrtn.S4 .global _init
13 .global _fini
22 .global __get_pc_thunk_bx
A Dcrti.S2 .global _init
14 .global _fini
26 .global __get_pc_thunk_bx
/l4re-core-master/sigma0/server/src/ARCH-arm64/
A Dcrt0.S21 .global __l4_sys_syscall
35 .global crt0_stack_low
38 .global crt0_stack_high
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/
A Dsetjmp.S22 .global _setjmp
34 .global setjmp
45 .global __sigsetjmp
A Dcrt1.S55 .global _start
68 .global main
129 .global __data_start
A Dcrtn.S5 .global _init
13 .global _fini
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Dcrt1.S37 .import $global$, data
108 ldil L%$global$, %dp
109 ldo R%$global$(%dp), %dp
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/
A Dcrti.S6 .global _init
13 .global _fini
A Dcrtn.S6 .global _init
13 .global _fini
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/
A Dcrti.S5 .global _init
13 .global _fini
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/
A Daeabi_read_tp-v6p.S54 .global __aeabi_read_tp
58 .global __aeabi_read_tp
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/
A Dcrtn.S4 .global _init
10 .global _fini
/l4re-core-master/sigma0/server/src/ARCH-sparc/
A Dcrt0.S22 .global crt0_stack_low
25 .global crt0_stack_high

Completed in 22 milliseconds

12345678910>>...13