How come OS X doesnt support the system calls like
thr_create
thr_join
setcontext
getcontext
makecontext
mutex_...
...
I want to do some UNIX thread programming and OS X doesnt seem to support the system calls that are required to make this stuff work.
Any ideas?
thr_create
thr_join
setcontext
getcontext
makecontext
mutex_...
...
I want to do some UNIX thread programming and OS X doesnt seem to support the system calls that are required to make this stuff work.
Any ideas?