Home
last modified time | relevance | path

Searched refs:__emutls_control (Results 1 – 1 of 1) sorted by relevance

/components/libc/posix/tls/
A Demutls.c47 typedef struct __emutls_control struct
57 } __emutls_control; argument
88 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