You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is big task to cover all flags this syscall supports, so this is not going to end up with one issue, especially as some testing in the process would be required.
This call is used by pthread_create() in system libraries (I've checked musl source code so far), so it's crucial to support user space threading.
I would assign myself to this task, but I don't have such powers. Could we have project or milestone for multithreading?
The text was updated successfully, but these errors were encountered:
This is big task to cover all flags this syscall supports, so this is not going to end up with one issue, especially as some testing in the process would be required.
This call is used by
pthread_create()
in system libraries (I've checked musl source code so far), so it's crucial to support user space threading.I would assign myself to this task, but I don't have such powers. Could we have project or milestone for multithreading?
The text was updated successfully, but these errors were encountered: