* new-features.sgml (ov-new1.7.10): Document CPU-time clock support.

Move pthread stack management APIs to separate listitem.
This commit is contained in:
Yaakov Selkowitz 2011-05-17 17:09:32 +00:00
parent c8ce54290d
commit 7dd9fa7ffb
2 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2011-05-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* new-features.sgml (ov-new1.7.10): Document CPU-time clock support.
Move pthread stack management APIs to separate listitem.
2011-05-15 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,

View File

@ -18,6 +18,18 @@ Pthread spinlocks. New APIs: pthread_spin_destroy, pthread_spin_init,
pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.
</para></listitem>
<listitem><para>
Pthread stack address management. New APIs: pthread_attr_getstack,
pthread_attr_getstackaddr, pthread_attr_getguardsize, pthread_attr_setstack,
pthread_attr_setstackaddr, pthread_attr_setguardsize, pthread_getattr_np.
</para></listitem>
<listitem><para>
clock_gettime(3) and clock_getres(3) accept per-process and per-thread CPU-time
clocks, including CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
New APIs: clock_getcpuclockid, pthread_getcpuclockid.
</para></listitem>
<listitem><para>
/proc/loadavg now shows the number of currently running processes and the
total number of processes.
@ -40,9 +52,7 @@ as well as the version of GCC used when compiling.
<listitem><para>
Other new API: clock_settime, ppoll, psiginfo, psignal, sys_siglist,
pthread_attr_getstack, pthread_attr_getstackaddr, pthread_attr_getguardsize,
pthread_attr_setstack, pthread_attr_setstackaddr, pthread_attr_setguardsize,
pthread_getattr_np, pthread_setschedprio, sysinfo.
pthread_setschedprio, sysinfo.
</para></listitem>
</itemizedlist>