Is it possible to write a user-level threading library, ala pthreads?
Sigiloso
I said yes, provided the underlying CPU has non-previleged instructions to ensure atomicity when implementing mutexes (at the most fundamental level). They then wanted to code up such a scheme...good gravy! Everything I tried, they picked apart. I finally pushed back saying anything I'd write would not measure up to what's already there in pthreads.h