Search found 2 matches

by TreGe
Fri May 19, 2006 5:37 am
Forum: PSP Development
Topic: What the fork()?
Replies: 3
Views: 2100

Now can the stack frame fall through main or does it require to be de-instantiated using it's thread id? (aka, does the de-instantiation routine at the end of the main() function always kill the primary thread made upon instantiation of the program itself or the current thread being executed relativ...
by TreGe
Fri May 19, 2006 2:49 am
Forum: PSP Development
Topic: What the fork()?
Replies: 3
Views: 2100

What the fork()?

I have made a couple of tiny apps for the PSP, and I'm currently working on something much bigger. Moving from a unix-ese background of c++ programming naturally the first think I thought to try with multithreading is the classic fork() instruction. While it did compile it did not create a child thr...