I've done threads in Java, but I'm a complete noob to threads in C. My first question, after googling some, is: Which thread library do I use? Does it matter? It seems I have thread.h and pthread.h to choose from.
OS is, and will be, Linux. More specifically, it's Ubuntu at the moment and will either stay like that, or become RHEL. But I guess the distro doesn't matter?
thread.h?thr_create. It doesn't appear to be widespread, or maybe I got something wrong. I'm using pthreads now, so it doesn't matter anymore.