Home
last modified time | relevance | path

Searched refs:__thread (Results 1 – 25 of 72) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/
A Dtst-tlsmod7.c4 __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 Dtst-tlsmod9.c4 __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 Dtst-tlsmod8.c4 __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 Dtst-tlsmod11.c4 __thread struct A a1 = { 4, 5, 6 };
5 __thread struct A a2 = { 7, 8, 9 };
A Dtst-tlsmod-at-ctor.c7 __thread int tls_var __attribute__((tls_model("global-dynamic")));
8 static __thread int local_tls_var __attribute__((tls_model("local-dynamic")));
A Dtst-tls10.c4 __thread int dummy __attribute__((visibility ("hidden"))) = 12;
5 __thread struct A local = { 1, 2, 3 };
A Dtst-tlsmod16a.c4 int __thread tlsvar;
A Dtst-tlsmod15b.c4 __thread int mod15b_var __attribute__((tls_model("initial-exec")));
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-tls5mode.c4 static __thread int e1 = 24;
5 static __thread char e2 [32] __attribute__ ((aligned (64)));
A Dtst-tls5modf.c5 static __thread int f1 = 24;
6 static __thread char f2 [32] __attribute__ ((aligned (64)));
A Dtst-tls5modb.c4 static __thread int b;
A Dtst-tls5modc.c4 static __thread int c;
A Dtst-tls5modd.c4 static __thread int d;
A Dtst-tls5moda.c4 static __thread char a [32] __attribute__ ((aligned (64)));
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Derrno.c6 __thread int errno;
7 extern __thread int __libc_errno __attribute__ ((alias ("errno"))) attribute_hidden;
A Dh_errno.c6 __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 Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dmutex.cc45 __thread void* __once_callable;
46 __thread void (*__once_call)();
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dmutex.cc34 __thread void* __once_callable;
35 __thread void (*__once_call)();
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dherrno.c26 extern __thread int h_errno;

Completed in 23 milliseconds

123