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

  /bionic/libc/private/
bionic_tls.h 57 #define TLS_SLOT_THREAD_ID 1
  /bionic/libc/bionic/
pthread.c 158 return (pthread_internal_t*) tls[TLS_SLOT_THREAD_ID];
181 tls[TLS_SLOT_THREAD_ID] = thread;
203 thrInfo = (pthread_internal_t *) tls[TLS_SLOT_THREAD_ID];
341 tls[TLS_SLOT_THREAD_ID] = thread;
    [all...]

Completed in 44 milliseconds