View Single Post
  #2   (View Single Post)  
Old 27th July 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

AFAIK, threads in OpenBSD are not kernel managed, they are handled by a userland library. See pthreads(3). Source code to the library can be found in src/lib/libpthread/.
Reply With Quote