HomeSort by: relevance | last modified time | path
    Searched defs:thread_local_storage (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_none.c 78 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable
89 thread_local_storage[*key] = NULL;
99 return thread_local_storage[*key];
107 thread_local_storage[*key] = val;
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_none.c 78 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable
89 thread_local_storage[*key] = NULL;
99 return thread_local_storage[*key];
107 thread_local_storage[*key] = val;
  /src/crypto/external/apache2/openssl/dist/crypto/
threads_none.c 163 static struct thread_local_storage_entry thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable in typeref:struct:thread_local_storage_entry
175 if (!thread_local_storage[entry_idx].used)
183 thread_local_storage[*key].used = 1;
184 thread_local_storage[*key].data = NULL;
194 return thread_local_storage[*key].data;
202 thread_local_storage[*key].data = val;
212 thread_local_storage[*key].used = 0;
213 thread_local_storage[*key].data = NULL;
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 133 static void *thread_local_storage = NULL; variable
282 thread_local_storage = value;
301 return thread_local_storage;
  /src/external/gpl3/gcc/dist/libgcc/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
gthr-posix.h 339 static void *thread_local_storage = NULL; variable
501 thread_local_storage = value;
513 return thread_local_storage;
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 133 static void *thread_local_storage = NULL; variable
282 thread_local_storage = value;
301 return thread_local_storage;
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-single.h 46 static void *thread_local_storage = NULL; variable
120 thread_local_storage = value;
128 return thread_local_storage;
gthr-posix.h 326 static void *thread_local_storage = NULL; variable
488 thread_local_storage = value;
500 return thread_local_storage;
  /src/external/gpl3/gdb/dist/gdb/
windows-tdep.c 127 uint32_t thread_local_storage; /* %fs:0x002c */ member in struct:thread_information_block_32
146 uint64_t thread_local_storage; /* %gs:0x0058 */ member in struct:thread_information_block_64
166 " thread_local_storage ", /* %fs:0x002c */
375 /* uint32_t thread_local_storage; %fs:0x002c */
376 append_composite_type_field (tib_type, "thread_local_storage",
  /src/external/gpl3/gdb.old/dist/gdb/
windows-tdep.c 127 uint32_t thread_local_storage; /* %fs:0x002c */ member in struct:thread_information_block_32
146 uint64_t thread_local_storage; /* %gs:0x0058 */ member in struct:thread_information_block_64
166 " thread_local_storage ", /* %fs:0x002c */
375 /* uint32_t thread_local_storage; %fs:0x002c */
376 append_composite_type_field (tib_type, "thread_local_storage",

Completed in 31 milliseconds