* 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:
parent
c8ce54290d
commit
7dd9fa7ffb
|
@ -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>
|
2011-05-15 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,
|
* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,
|
||||||
|
|
|
@ -18,6 +18,18 @@ Pthread spinlocks. New APIs: pthread_spin_destroy, pthread_spin_init,
|
||||||
pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.
|
pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.
|
||||||
</para></listitem>
|
</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>
|
<listitem><para>
|
||||||
/proc/loadavg now shows the number of currently running processes and the
|
/proc/loadavg now shows the number of currently running processes and the
|
||||||
total number of processes.
|
total number of processes.
|
||||||
|
@ -40,9 +52,7 @@ as well as the version of GCC used when compiling.
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Other new API: clock_settime, ppoll, psiginfo, psignal, sys_siglist,
|
Other new API: clock_settime, ppoll, psiginfo, psignal, sys_siglist,
|
||||||
pthread_attr_getstack, pthread_attr_getstackaddr, pthread_attr_getguardsize,
|
pthread_setschedprio, sysinfo.
|
||||||
pthread_attr_setstack, pthread_attr_setstackaddr, pthread_attr_setguardsize,
|
|
||||||
pthread_getattr_np, pthread_setschedprio, sysinfo.
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in New Issue