-
Notifications
You must be signed in to change notification settings - Fork 89
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
Separate userspace TLS from lthreads #156
Comments
You probably already know this, but when I implemented a libos POC (based on MUSL) I had to handle the following syscalls generated by the pthread layer.
|
Thanks @mikbras. A few comments for each one:
|
@mikbras, I'm curious that you needed to implement |
As part of the relayering work, we should ensure that nothing in
src/sched
depends on libc.clone
to create threadsThe text was updated successfully, but these errors were encountered: