Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtls_data.c33 __thread char *__strdupa_str;
34 __thread size_t __strdupa_len;
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/orig/
H A Dstyle1-main.c20 __thread char *foo = "foo";
21 __thread char *bar = "bar";
H A Dstyle1-func.c18 extern __thread char *foo, *bar;
H A Dstyle2.c18 __thread char *foo __attribute__((tls_model("initial-exec"))) = "foo";
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dobject.c17 __thread char *tbs;
18 __thread char *tdata = "tdata!";
/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.h56 extern __thread ipd_errno_t ipd_errno;
57 extern __thread char ipd_errmsg[];
H A Dlibipd.c30 __thread ipd_errno_t ipd_errno = 0;
31 __thread char ipd_errmsg[512];
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_subr.c48 __thread smp_errno_t _smp_errno;
49 __thread char _smp_errmsg[LIBSMP_ERRMSGLEN];
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_subr.c34 __thread ses_errno_t _ses_errno;
35 __thread char _ses_errmsg[1024];
36 __thread char _ses_nverr_member[256];
/illumos-gate/usr/src/head/
H A Dstring.h176 extern __thread char *__strdupa_str;
177 extern __thread size_t __strdupa_len;
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dreserved.c68 static int (__thread); variable
H A Dptr-inherit.c56 static __thread int o; in test_tls()
H A Dtypeof-mods.c105 __thread int obj, *ptr; in test_tls()
/illumos-gate/usr/src/test/os-tests/tests/
H A Ducontext.c27 static __thread uint64_t tlsvar;
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h320 #define _Thread_local __thread
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c81 #define _Thread_local __thread