Closed nwmcsween closed 12 years ago
Yes, lthread can provide a ucontext compat layer. Just take the _switch() function and wrap the ucontext calls around it.
Thanks, I will have a try for ucontext
I have to rewrite _lthread_init / _switch is it right ?
Thanks for your great works. After try for hours, it finally works for arm. This is my fork: https://github.com/jannson/lthread/commit/48ca55d19850c763e92659ffd271dae0ce0d5efc
Please have a check, if there are some errors I can't found. I will make the code better and give you a pull request, if you want to support for arm.
Hi would lthread be able to provide a ucontext compat layer? This is needed for libcs that don't provide ucontext