[BACK]Return to 52.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/52.html between version 1.28 and 1.29

version 1.28, 2012/09/06 16:50:51 version 1.29, 2012/09/06 19:09:13
Line 75 
Line 75 
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a> support:  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a> support:
     <ul>      <ul>
     <li>The most significant change in this release is the replacement of      <li>The most significant change in this release is the replacement of
         the user-level uthreads by kernel-level rthreads.          the user-level uthreads by kernel-level rthreads, allowing multithreaded
           programs to utilize multiple CPUs/cores.
     <li>Use PTHREAD_MUTEX_STRICT_NP as default mutex type.      <li>Use PTHREAD_MUTEX_STRICT_NP as default mutex type.
     <li>Added pthread spinlock and barrier routines.      <li>Added pthread spinlock and barrier routines.
     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_mutex_lock&amp;sektion=3">pthread_mutex_timedlock(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sem_wait&amp;sektion=3">sem_timedwait(3)</a>.      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_mutex_lock&amp;sektion=3">pthread_mutex_timedlock(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sem_wait&amp;sektion=3">sem_timedwait(3)</a>.

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29