Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Create threading syscall. #12

Open
Bravotic opened this issue Apr 1, 2022 · 2 comments
Open

Create threading syscall. #12

Bravotic opened this issue Apr 1, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request stalled Issues or features which are taking longer than expected.

Comments

@Bravotic
Copy link
Member

Bravotic commented Apr 1, 2022

Create thread syscall which will look like thread(function, arg);, and will start execution at function with argument arg.

@Bravotic Bravotic added the enhancement New feature or request label Apr 1, 2022
@Bravotic Bravotic added this to the Blæst Version 0.3 milestone Apr 1, 2022
@Bravotic Bravotic self-assigned this Apr 1, 2022
@Bravotic
Copy link
Member Author

Will also implement threads for windows.h, but as well, implement it for the C standard threads, which were introduced in ANSI C11. This would require the compiler to be built against C11, so make sure that is possible. This should provide the most support possible for this syscall.

@Bravotic
Copy link
Member Author

As an update, theading support isn't being actively developed in light of other more pressing issues being discovered. Threading work will continue once the codebase is more ready for it.

@Bravotic Bravotic added the stalled Issues or features which are taking longer than expected. label May 28, 2022
@Bravotic Bravotic removed this from the Blæst Version 0.3 milestone May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stalled Issues or features which are taking longer than expected.
Projects
None yet
Development

No branches or pull requests

1 participant