aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/pthread_arch.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker1-4/+4
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker1-2/+0
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-1/+1
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-1/+1
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker1-1/+2
2011-08-06ensure the compiler does not move around thread-register-based readsRich Felker1-1/+1
2011-04-17overhaul pthread cancellationRich Felker1-2/+2
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker1-0/+3
2011-02-15finish unifying thread register handling in preparation for portingRich Felker1-0/+6