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_internal.h 126 return reinterpret_cast<pthread_internal_t*>(__get_tls()[TLS_SLOT_THREAD_ID]);
pthread_create.cpp 58 thread->tls[TLS_SLOT_THREAD_ID] = thread;

Completed in 51 milliseconds