Skip to content

[WIP] Implement basic threading - #1

Open
CHOIMINSEOK wants to merge 5 commits into
masterfrom
implement-basic-threading
Open

CHOIMINSEOK wants to merge 5 commits into
masterfrom
implement-basic-threading

Conversation

@CHOIMINSEOK

Copy link
Copy Markdown
Collaborator
  • Make sz of proc Pointer to share heap space among threads
  • Add function input parameter on ustack, refer to exit()
  • Custom threadtest.c to test thread_create
  • Add syscall interface of thread_create, thread_join, thread_exit

- Make `sz` of `proc` Pointer to share heap space among threads
- Add function input parameter on ustack, refer to `exit()`
- Custom threadtest.c to test thread_create
- Add syscall interface of `thread_create`, `thread_join`, `thread_exit`
@CHOIMINSEOK CHOIMINSEOK self-assigned this May 21, 2018
@CHOIMINSEOK
CHOIMINSEOK requested a review from KookHoiKim May 21, 2018 09:04
- Implementation `thread_create` based on reference
- Not yet for `thread_join`, `thread_exit`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant