Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pthreads/setjmp.c is little bit too terse #22

Open
vladak opened this issue Dec 3, 2018 · 0 comments
Open

pthreads/setjmp.c is little bit too terse #22

vladak opened this issue Dec 3, 2018 · 0 comments

Comments

@vladak
Copy link
Member

vladak commented Dec 3, 2018

There are many missing pieces in pthreads/setjmp.c to give at least a bit of insight on how to continue.

https://github.com/uniquejainakshay/mythread seems like a nice ground for inspiration and also lists potential problems (SIGALRM override, blocking syscalls). I am not saying that we should implement something like that but maybe we can at least add some function calls and a timer to the example to demonstrate the switching between 2 long running functions (without syscalls).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant