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

  /bionic/libc/private/
bionic_tls.h 67 TLS_SLOT_STACK_GUARD = 5, // GCC requires this specific slot for x86.
  /bionic/libc/bionic/
pthread_create.cpp 63 thread->tls[TLS_SLOT_STACK_GUARD] = (void*) __stack_chk_guard;

Completed in 51 milliseconds