提交 f03db4bd 编写于 作者: R Rich Felker

document in sysconf and unistd.h that per-thread cpu clocks exist

上级 6a4cfbdb
......@@ -223,6 +223,7 @@ void syncfs(int);
#define _POSIX_THREAD_ATTR_STACKADDR _POSIX_VERSION
#define _POSIX_THREAD_ATTR_STACKSIZE _POSIX_VERSION
#define _POSIX_THREAD_PRIORITY_SCHEDULING _POSIX_VERSION
#define _POSIX_THREAD_CPUTIME _POSIX_VERSION
#define _POSIX_TIMERS _POSIX_VERSION
#define _POSIX_TIMEOUTS _POSIX_VERSION
#define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION
......
......@@ -151,7 +151,7 @@ long sysconf(int name)
[_SC_C_LANG_SUPPORT_R] = -1,
[_SC_CLOCK_SELECTION] = VER,
[_SC_CPUTIME] = VER,
[_SC_THREAD_CPUTIME] = -1,
[_SC_THREAD_CPUTIME] = VER,
[_SC_DEVICE_IO] = -1,
[_SC_DEVICE_SPECIFIC] = -1,
[_SC_DEVICE_SPECIFIC_R] = -1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册