HomeSort by: relevance | last modified time | path
    Searched defs:__emutls_control (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
emutls.c 26 * there is one __emutls_control variable named __emutls_v.xyz.
30 typedef struct __emutls_control { struct
38 } __emutls_control; typedef in typeref:struct:__emutls_control
68 static __inline void *emutls_allocate_object(__emutls_control *control) {
119 static __inline uintptr_t emutls_get_index(__emutls_control *control) {
177 void* __emutls_get_address(__emutls_control* control) {

Completed in 11 milliseconds