Searched refs:huge_thread_local_array (Results 1 – 6 of 6) sorted by relevance
47 __thread char huge_thread_local_array[1 << 12]; variable 50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
62 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable65 huge_thread_local_array[0] = p; in StoreToTLS()66 return &huge_thread_local_array[0]; in StoreToTLS()
63 __thread long huge_thread_local_array[1 << 17]; variable65 return &huge_thread_local_array[0]; in GetTls()
57 __thread long huge_thread_local_array[1 << 17]; variable59 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()
108 __thread void *huge_thread_local_array[DTLS_SIZE]; variable110 return &huge_thread_local_array[0]; in SO_NAME()