I beleive I may have solved my own problem here. After calling pthread_create() I call pthread_detach()
Once the thread returns it looks like it terminates.
I beleive I may have solved my own problem here. After calling pthread_create() I call pthread_detach()
Once the thread returns it looks like it terminates.