HomeSort by: relevance | last modified time | path
    Searched refs:__thread (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/tests/libexec/ld.elf_so/helper_onlydef/
h_onlydef.c 29 __thread int mysym = 0;
  /src/tests/libexec/ld.elf_so/helper_def_dynamic/
h_def_dynamic.c 29 __thread int mydynsym = 0;
  /src/tests/libexec/ld.elf_so/helper_use_dynamic/
h_use_dynamic.c 29 extern __thread int mydynsym;
  /src/tests/libexec/ld.elf_so/helper_abuse_static/
h_abuse_static.c 29 extern __thread int mysym;
  /src/tests/libexec/ld.elf_so/helper_onlydef_static/
h_onlydef_static.c 29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0;
  /src/tests/libexec/ld.elf_so/helper_onlyuse_dynamic/
h_onlyuse_dynamic.c 29 extern __thread int mysym; /* dynamic */
  /src/tests/lib/libc/tls/
t_tls_static_helper.c 40 #define __thread macro
43 extern __thread int var1;
44 extern __thread int var2;
t_tls_dynamic.c 44 #define __thread macro
57 extern __thread int var1;
58 extern __thread int var2;
59 extern __thread pid_t (*dso_var1)(void);
61 __thread int *var3 = &optind;
63 __thread int *var4 = &var4_helper;
t_tls_dlopen.c 45 #define __thread macro
58 __thread int var1 = 1;
59 __thread int var2;
60 __thread int *var3 = &optind;
62 __thread int *var4 = &var4_helper;
t_tls_static.c 43 #define __thread macro
56 __thread int var1 = 1;
57 __thread int var2;
  /src/tests/lib/libc/tls/dso/
h_tls_dlopen.c 42 #define __thread macro
45 extern __thread int var1;
46 extern __thread int var2;
47 extern __thread int *var3;
48 __thread int var5 = 1;
49 static __thread pid_t (*local_var)(void) = getpid;
  /src/tests/lib/libc/tls_dso/
h_tls_dynamic.c 41 #define __thread macro
44 __thread int var1 = 1;
45 __thread int var2;
47 __thread pid_t (*dso_var1)(void) = getpid;
  /src/tests/libexec/ld.elf_so/helper_def_static/
h_def_static.c 29 __thread int mysym __attribute__((tls_model("initial-exec"))) = 0;
  /src/tests/libexec/ld.elf_so/helper_use_static/
h_use_static.c 29 extern __thread int mysym __attribute__((tls_model("initial-exec")));
  /src/tests/libexec/ld.elf_so/helper_abuse_dynamic/
h_abuse_dynamic.c 29 extern __thread int mydynsym __attribute__((tls_model("initial-exec")));
  /src/tests/libexec/ld.elf_so/helper_onlyctor_dynamic/
h_onlyctor_dynamic.c 29 extern __thread int mysym; /* dynamic */
  /src/tests/libexec/ld.elf_so/helper_onlyuse_static/
h_onlyuse_static.c 29 extern __thread int mysym __attribute__((tls_model("initial-exec")));
  /src/sys/rump/librump/rumpkern/
rump_curlwp___thread.h 28 extern __thread struct lwp *curlwp_storage;
32 __thread struct lwp *curlwp_storage;
  /src/tests/libexec/ld.elf_so/helper_dso1/
h_helper_dso1.c 35 #define __thread macro
64 static __thread int tls_callback_var;
  /src/lib/libc/stdlib/
cxa_thread_atexit.c 48 static __thread SLIST_HEAD(, cxa_dtor) cxa_dtors = SLIST_HEAD_INITIALIZER(cxa_dstors);
  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 90 "default"))) __thread void *__safestack_unsafe_stack_ptr = nullptr;
95 static __thread void *unsafe_stack_start = nullptr;
96 static __thread size_t unsafe_stack_size = 0;
97 static __thread size_t unsafe_stack_guard = 0;
  /src/tests/usr.bin/xlint/lint1/
decl.c 167 __thread int thread_int;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 33 static __thread bool expect_report;
34 static __thread bool expect_report_reported;
35 static __thread ReportType expect_report_type;
tsan_posix.cc 75 static __thread int local_var;
96 // On Darwin, we're running unit tests without interceptors and __thread is
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_tls_get_addr.cc 38 static __thread DTLS dtls;

Completed in 26 milliseconds

1 2