aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/Linux-arm-asm.s
Commit message (Collapse)AuthorAgeFilesLines
* libthread: simplifyRuss Cox2020-12-301-41/+0
| | | | | | | | Now that everything uses pthreads and pthreadperthread, can delete various conditionals, all the custom context code, and so on. Also update documents. Fixes #355.
* libthread: fix ARM build by renaming fileNeven Sajko2020-02-111-0/+41
| | | | | | Fixes #363 Change-Id: Ic8ad5ccce3935fdf00732d78d3024b535db90447
* libthread: remove Linux 2.4 codeRuss Cox2020-01-191-10/+0
| | | | | | | | Linux.c was for Linux 2.4 and is no longer used directly, only indirectly because NetBSD.c was a 1-line file #including Linux.c. So mv Linux.c NetBSD.c. Also rm Linux-*-asm.s which was for Linux 2.4 as well.
* libthread: rm unused ARM (get|set)mcontext (#354)Neven Sajko2020-01-191-43/+0
| | | | | | They were just a duplicate of my(get|set)mcontext from the other assembly file, and unused from threadimpl.h. Change-Id: Id8003e5177ed9d37a7f0210037acbe55bbf7f708
* use macro for getcontext (setjmp)rsc2005-11-041-6/+4
|
* armrsc2005-11-031-4/+6
|
* armrsc2005-11-031-33/+33
|
* armrsc2005-11-011-0/+53