android_bionic/libc/private
Dan Albert aa23b2ee5e Add a TLS slot for TSAN.
This is so TSAN won't need to rely on pthread_getspecific for finding
the current thread state.

Change-Id: Id3befeabec0a9f7ca77b5549fbc427e22e6aaa34
2015-08-18 15:09:00 -07:00
..
ErrnoRestorer.h
KernelArgumentBlock.h
NetdClientDispatch.h
ScopeGuard.h Refactoring: C++11 style DISABLE_ bionic marcos 2014-09-08 17:51:31 -07:00
ScopedPthreadMutexLocker.h
ScopedReaddir.h
ThreadLocalBuffer.h Make ThreadLocalBuffer a class rather than a macro. 2015-03-31 10:56:58 -07:00
UniquePtr.h Load libraries in breadth-first order 2014-09-08 13:02:50 -07:00
__get_tls.h
bionic_asm.h For libm, use a macro for aliasing symbols. 2015-03-13 23:57:15 -07:00
bionic_auxv.h
bionic_config.h
bionic_constants.h Add semaphore tests, fix sem_destroy. 2014-09-19 17:37:06 -07:00
bionic_futex.h valgrind can't find syscall because we didn't put it in <unistd.h>. 2015-02-19 22:49:44 -08:00
bionic_lock.h Provide writer preference option in rwlock. 2015-04-08 13:11:13 -07:00
bionic_macros.h Bionic: Make DISALLOW_COPY_AND_ASSIGN conditional 2014-11-11 11:16:57 -08:00
bionic_mbstate.h
bionic_page.h Move PAGE_MASK into <sys/user.h>. 2015-07-28 14:58:37 -07:00
bionic_prctl.h Label pages mapped by linker_allocator 2014-08-11 09:22:48 -07:00
bionic_ssp.h
bionic_string_utils.h Fix pthread_getattr_np for the main thread. 2014-08-26 10:36:38 -07:00
bionic_systrace.h Hide ScopedTrace. 2014-08-13 11:25:01 -07:00
bionic_time.h Start hiding "private/bionic_time.h". 2014-07-25 12:03:51 -07:00
bionic_time_conversions.h Add semaphore tests, fix sem_destroy. 2014-09-19 17:37:06 -07:00
bionic_tls.h Add a TLS slot for TSAN. 2015-08-18 15:09:00 -07:00
kernel_sigset_t.h Move some pthread functions to signal.h. 2014-11-21 10:26:09 -08:00
libc_events.h
libc_logging.h Expose android_set_abort_message(). 2014-08-18 14:37:42 -07:00
thread_private.h