Searched defs:tls (Results 1 – 3 of 3) sorted by relevance
34 void* tls; in __get_tls() local
46 void** tls; /* thread-local storage area */ member
137 void** tls = (void**)__get_tls(); in __get_thread() local153 void __init_tls(void** tls, void* thread) in __init_tls()173 void __thread_entry(int (*func)(void*), void *arg, void **tls) in __thread_entry() argument274 void** tls; in pthread_create() local1483 void** tls = (void**)__get_tls(); in pthread_key_clean_all() local