Searched refs:emutls_address_array (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Demutls.c96 typedef struct emutls_address_array { struct
99 } emutls_address_array; typedef in typeref:struct:emutls_address_array
104 emutls_address_array* array = (emutls_address_array*)ptr;
135 /* Updates newly allocated thread local emutls_address_array. */
136 static __inline void emutls_check_array_set_size(emutls_address_array *array,
148 /* Need to allocate emutls_address_array with one extra slot
150 * Round up the emutls_address_array size to multiple of 16.
155 /* Returns the thread local emutls_address_array.
158 static __inline emutls_address_array *
[all...]

Completed in 49 milliseconds