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 53 TLS_SLOT_THREAD_ID,
  /bionic/libc/bionic/
pthread_internals.cpp 68 return reinterpret_cast<pthread_internal_t*>(__get_tls()[TLS_SLOT_THREAD_ID]);
pthread_create.cpp 61 thread->tls[TLS_SLOT_THREAD_ID] = thread;

Completed in 81 milliseconds