Searched refs:__emutls_control (Results 1 – 1 of 1) sorted by relevance
47 typedef struct __emutls_control struct57 } __emutls_control; argument88 static __inline void *emutls_allocate_object(__emutls_control *control) in emutls_allocate_object()146 static __inline uintptr_t emutls_get_index(__emutls_control *control) in emutls_get_index()216 uintptr_t index = emutls_get_index((__emutls_control *)control); in __emutls_get_address()219 array->data[index - 1] = emutls_allocate_object((__emutls_control *)control); in __emutls_get_address()
Completed in 4 milliseconds