HomeSort by relevance Sort by last modified time
    Searched refs:TLS_SLOT_THREAD_ID (Results 1 - 3 of 3) sorted by null

  /bionic/libc/private/
bionic_tls.h 49 TLS_SLOT_THREAD_ID,
  /bionic/libc/bionic/
pthread_internals.cpp 68 return reinterpret_cast<pthread_internal_t*>(tls[TLS_SLOT_THREAD_ID]);
pthread_create.cpp 67 thread->tls[TLS_SLOT_THREAD_ID] = thread;
97 pthread_internal_t* thread = (pthread_internal_t*) tls[TLS_SLOT_THREAD_ID];
220 tls[TLS_SLOT_THREAD_ID] = thread;

Completed in 464 milliseconds