rework arm atomic/tp backends to be thumb-compatible and fdpic-ready
[musl] / arch / arm / pthread_arch.h
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
2014-04-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-02-25 Rich Felkeruse __attribute__((const)) on arm __pthread_self function
2011-09-23 Rich Felker"optimize" arm __pthread_self
2011-09-18 Rich Felkerinitial commit of the arm port