Home
last modified time | relevance | path

Searched refs:global1 (Results 1 – 4 of 4) sorted by relevance

/elf/
A Dtst-audit-tlsdesc-mod1.c19 __thread int global1; variable
24 return &global1; in get_global1()
A Dtst-audit-tlsdesc.c22 extern __thread int global1;
31 TEST_COMPARE (global1, 0); in thr_func()
32 ++global1; in thr_func()
A Dtst-audit-tlsdesc-dlopen.c32 int *global1 = get_global1 (); in thr_func() local
33 TEST_COMPARE (*global1, 0); in thr_func()
34 ++*global1; in thr_func()
A DMakefile219 unload3 unload4 unload5 unload6 unload7 unload8 tst-global1 order2 \

Completed in 9 milliseconds