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

  /bionic/libc/private/
bionic_tls.h 49 /* note that slot 0, called TLS_SLOT_SELF must point to itself.
56 #define TLS_SLOT_SELF 0
  /bionic/libc/bionic/
pthread.c 180 tls[TLS_SLOT_SELF] = (void*)tls;
199 pthread_mutex_t * start_mutex = (pthread_mutex_t *)&tls[TLS_SLOT_SELF];
335 // Create a mutex for the thread in TLS_SLOT_SELF to wait on once it starts so we can keep
337 start_mutex = (pthread_mutex_t *) &tls[TLS_SLOT_SELF];
    [all...]

Completed in 79 milliseconds