Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_tls.h56 #define TLS_SLOT_SELF 0 macro
/bionic/libc/bionic/
Dpthread.c180 tls[TLS_SLOT_SELF] = (void*)tls; in __init_tls()
199 pthread_mutex_t * start_mutex = (pthread_mutex_t *)&tls[TLS_SLOT_SELF]; in __thread_entry()
337 start_mutex = (pthread_mutex_t *) &tls[TLS_SLOT_SELF]; in pthread_create()