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

Handle special cases for thread bootup #11

Open
dmcardle opened this issue May 5, 2015 · 0 comments
Open

Handle special cases for thread bootup #11

dmcardle opened this issue May 5, 2015 · 0 comments
Assignees

Comments

@dmcardle
Copy link

dmcardle commented May 5, 2015

Update the thread spawning code in c-main.h.

Special case where i=0

The 0th thread should be "self," a.k.a. the main thread. Use pthread_self()?

Special case where i=1

The first thread should be the realtime GC thread. This thread should begin executing performGC in a loop after booting. See issue #10.

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

No branches or pull requests

2 participants