Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c195 pthread_internal_t * thrInfo; in __thread_entry() local
203 thrInfo = (pthread_internal_t *) tls[TLS_SLOT_THREAD_ID]; in __thread_entry()
205 __init_tls( tls, thrInfo ); in __thread_entry()