#
e2742650 |
| 16-Jan-2007 |
Matthew Dillon <dillon@dragonflybsd.org> |
Implement getcontext(), setcontext(), makecontext(), and swapcontext().
This is a preliminary libc-only implementation. sigprocmask() is used to mask signals during the context switch and to save a
Implement getcontext(), setcontext(), makecontext(), and swapcontext().
This is a preliminary libc-only implementation. sigprocmask() is used to mask signals during the context switch and to save and restore signals. FP registers are not currently saved or restored - that is, synchronous use is intended.
Submitted-by: "Matt Emmerton" <matt@gsicomp.on.ca> Finished-up-by: "Matthew Dillon" <dillon@backplane.com>
show more ...
|