Searched refs:huge_thread_local_array (Results 1 – 10 of 10) 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()
47 __thread char huge_thread_local_array[1 << 12]; variable50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
58 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable61 huge_thread_local_array[0] = p; in StoreToTLS()62 return &huge_thread_local_array[0]; in StoreToTLS()
57 __thread long huge_thread_local_array[1 << 17]; variable59 return &huge_thread_local_array[0]; in GetTls()
67 __thread long huge_thread_local_array[1 << 17]; variable69 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()
55 __thread long huge_thread_local_array[1 << 17]; variable57 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()