Searched defs:tls (Results 1 – 4 of 4) sorted by relevance
34 void *tls; in __get_tls() local
34 void* tls; in __get_tls() local
46 void** tls; /* thread-local storage area */ member
156 void** tls = (void**)__get_tls(); in __get_thread() local172 void __init_tls(void** tls, void* thread) in __init_tls()192 void __thread_entry(int (*func)(void*), void *arg, void **tls) in __thread_entry() argument293 void** tls; in pthread_create() local1766 void** tls = (void**)__get_tls(); in pthread_key_clean_all() local