OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__get_tls
(Results
1 - 11
of
11
) 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
163
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 );
/development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.h
43
(EGLThreadInfo *)(((unsigned *)
__get_tls
())[TLS_SLOT_OPENGL]);
46
((uint32_t *)
__get_tls
())[TLS_SLOT_OPENGL] = (uint32_t)tInfo;
/frameworks/base/opengl/libagl2/src/
gles2context.h
84
((uint32_t *)
__get_tls
())[TLS_SLOT_OPENGL] = (uint32_t)value;
88
return (GLES2Context *)(((unsigned *)
__get_tls
())[TLS_SLOT_OPENGL]);
/frameworks/base/opengl/libs/EGL/
egl.cpp
300
volatile void *tls_base =
__get_tls
();
/frameworks/base/include/private/opengles/
gl_context.h
581
((uint32_t *)
__get_tls
())[TLS_SLOT_OPENGL] = (uint32_t)value;
584
return (ogles_context_t *)(((unsigned *)
__get_tls
())[TLS_SLOT_OPENGL]);
/bionic/libc/
Android.mk
326
# The reason for this is the implementation of
__get_tls
()
395
arch-x86/bionic/
__get_tls
.c \
448
arch-sh/bionic/
__get_tls
.c \
Completed in 140 milliseconds