Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.h186 uintptr_t dtv_slot = reinterpret_cast<uintptr_t>(tcb->tls_slot(TLS_SLOT_DTV)); in __get_tcb_dtv() local
187 return reinterpret_cast<TlsDtv*>(dtv_slot - offsetof(TlsDtv, generation)); in __get_tcb_dtv()