Search code examples
multithreadingmacosparallel-processingbsddarwin

What type of threads does OS X have?


Kernel-level threads (like Linux and some *BSD systems) or something else? If there is any difference, I'm using pthreads.


Solution

  • They are Mach threads.