Searched refs:__thread (Results 1 – 25 of 72) sorted by relevance
123
/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | tst-tlsmod7.c | 4 __thread int dummy __attribute__((visibility ("hidden"))) = 12; 5 __thread struct A a1 = { 4, 5, 6 }; 6 __thread struct A a2 = { 7, 8, 9 }; 7 __thread struct A a3 __attribute__((tls_model("initial-exec"))) 9 __thread struct A a4 __attribute__((tls_model("initial-exec"))) 11 static __thread struct A local1 = { 16, 17, 18 }; 12 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
|
A D | tst-tlsmod9.c | 4 __thread int dummy __attribute__((visibility ("hidden"))) = 12; 5 __thread struct A a1 = { 4, 5, 6 }; 6 __thread struct A a3 __attribute__((tls_model("initial-exec"))) 8 extern __thread struct A a4 __attribute__((tls_model("initial-exec"))); 9 static __thread struct A local1 = { 16, 17, 18 }; 10 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
|
A D | tst-tlsmod8.c | 4 __thread long long dummy __attribute__((visibility ("hidden"))) = 12; 5 __thread struct A a2 = { 22, 23, 24 }; 6 __thread struct A a4 __attribute__((tls_model("initial-exec"))) 8 static __thread struct A local1 = { 28, 29, 30 }; 9 static __thread struct A local2 __attribute__((tls_model("initial-exec")))
|
A D | tst-tlsmod11.c | 4 __thread struct A a1 = { 4, 5, 6 }; 5 __thread struct A a2 = { 7, 8, 9 };
|
A D | tst-tlsmod-at-ctor.c | 7 __thread int tls_var __attribute__((tls_model("global-dynamic"))); 8 static __thread int local_tls_var __attribute__((tls_model("local-dynamic")));
|
A D | tst-tls10.c | 4 __thread int dummy __attribute__((visibility ("hidden"))) = 12; 5 __thread struct A local = { 1, 2, 3 };
|
A D | tst-tlsmod16a.c | 4 int __thread tlsvar;
|
A D | tst-tlsmod15b.c | 4 __thread int mod15b_var __attribute__((tls_model("initial-exec")));
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-tls5mode.c | 4 static __thread int e1 = 24; 5 static __thread char e2 [32] __attribute__ ((aligned (64)));
|
A D | tst-tls5modf.c | 5 static __thread int f1 = 24; 6 static __thread char f2 [32] __attribute__ ((aligned (64)));
|
A D | tst-tls5modb.c | 4 static __thread int b;
|
A D | tst-tls5modc.c | 4 static __thread int c;
|
A D | tst-tls5modd.c | 4 static __thread int d;
|
A D | tst-tls5moda.c | 4 static __thread char a [32] __attribute__ ((aligned (64)));
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | errno.c | 6 __thread int errno; 7 extern __thread int __libc_errno __attribute__ ((alias ("errno"))) attribute_hidden;
|
A D | h_errno.c | 6 __thread int h_errno; 7 extern __thread int __libc_h_errno __attribute__ ((alias ("h_errno"))) attribute_hidden;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | mutex.cc | 45 __thread void* __once_callable; 46 __thread void (*__once_call)();
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | mutex.cc | 34 __thread void* __once_callable; 35 __thread void (*__once_call)();
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | herrno.c | 26 extern __thread int h_errno;
|
Completed in 23 milliseconds
123