Searched refs:huge_thread_local_array (Results 1 – 4 of 4) sorted by relevance
44 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT variable47 huge_thread_local_array[0] = p; in StoreToTLS()48 return &huge_thread_local_array[0]; in StoreToTLS()
55 __thread long huge_thread_local_array[1 << 17]; variable57 return &huge_thread_local_array[0]; in GetTls()
56 __thread long huge_thread_local_array[1 << 17]; variable58 return &huge_thread_local_array[0]; in GetTls()
113 __thread void *huge_thread_local_array[DTLS_SIZE]; variable115 return &huge_thread_local_array[0]; in SO_NAME()