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

  /bionic/libc/arch-sh/bionic/
__get_tls.c 32 void *__get_tls(void) function
  /bionic/libc/arch-x86/bionic/
__get_tls.c 32 void* __get_tls(void) function
  /bionic/libc/bionic/
__errno.c 33 return &((volatile int*)__get_tls())[TLS_SLOT_ERRNO];
libc_init_dynamic.c 72 void** tls_area = (void**)__get_tls();
pthread.c 156 void** tls = (void**)__get_tls();
    [all...]
  /bionic/libc/private/
bionic_tls.h 107 # define __get_tls() (*(__kernel_get_tls_t *)0xffff0fe0)() macro
119 # define __get_tls() \ macro
127 # define __get_tls() ( *((volatile void **) 0xffff0ff0) ) macro
131 extern void* __get_tls( void );
  /frameworks/base/opengl/libs/
hooks.h 112 volatile void *tls_base = __get_tls();
  /frameworks/base/include/private/opengles/
gl_context.h 584 ((uint32_t *)__get_tls())[TLS_SLOT_OPENGL] = (uint32_t)value;
587 return (ogles_context_t *)(((unsigned *)__get_tls())[TLS_SLOT_OPENGL]);
  /bionic/libc/
Android.mk 320 # The reason for this is the implementation of __get_tls()
387 arch-x86/bionic/__get_tls.c \
437 arch-sh/bionic/__get_tls.c \

Completed in 326 milliseconds