tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [RFC][PATCH] _UC_TLSBASE for all ports
Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:
> For now if you want to swapcontext() between threads, you can do that
> before calling swapcontext() on amd64, arm, hppa, i386, m68k and vax:
> ctx.uc_flags &= _UC_TLSBASE
I meant this (missing ~):
ctx.uc_flags &= ~_UC_TLSBASE
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index