Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_tls.h57 #define TLS_SLOT_THREAD_ID 1 macro
/bionic/libc/bionic/
Dpthread.c165 return (pthread_internal_t*) tls[TLS_SLOT_THREAD_ID]; in __get_thread()
188 tls[TLS_SLOT_THREAD_ID] = thread; in __init_tls()
213 thrInfo = (pthread_internal_t *) tls[TLS_SLOT_THREAD_ID]; in __thread_entry()
355 tls[TLS_SLOT_THREAD_ID] = thread; in pthread_create()