HomeSort by: relevance | last modified time | path
    Searched refs:_Thread_local (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_010.c 34 _Thread_local int thread_local_int;
35 _Thread_local int *pointer_to_thread_local;
39 thread_local_parameter(_Thread_local int i)
c11.c 181 // In C11 mode, 'thread_local' is not yet known, but '_Thread_local' is.
185 _Thread_local int thread_local_variable_c11;
  /src/lib/libpthread/
threads.h 44 #define thread_local _Thread_local
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc 423 static _Thread_local char line[size];
424 static _Thread_local size_t lastLineEnd = 0;
425 static _Thread_local size_t cur = 0;
  /src/sys/external/isc/libsodium/dist/m4/
ax_tls.m4 52 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
  /src/sys/external/isc/libsodium/dist/
configure 8862 for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do

Completed in 26 milliseconds