about summary refs log tree commit diff
path: root/arch/arm/pthread_arch.h
Commit message (Expand)AuthorAgeFilesLines
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* mark arm thread-pointer-loading inline asm as volatileRich Felker2015-10-151-3/+3
* remove attribute((const)) from arm __pthread_self inline functionRich Felker2015-10-151-2/+2
* overhaul ARM atomics/tls for performance and compatibilityRich Felker2014-11-191-3/+11
* fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker2014-04-301-3/+2
* use inline atomics and thread pointer on arm models supporting themRich Felker2014-04-071-1/+15
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-3/+6
* use __attribute__((const)) on arm __pthread_self functionRich Felker2012-02-251-1/+3
* "optimize" arm __pthread_selfRich Felker2011-09-221-4/+1
* initial commit of the arm portRich Felker2011-09-181-0/+7