Is the UNKNOWN case meaningful? Shouldn't there be process global accounting in this case too? The global variable isn't even declared unless CPU_TIME_IS_THREAD_LOCAL has the value `NO'.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-02-10 13:11: Subject: CPU_TIME_IS_THREAD_LOCAL
CPU_TIME_IS_THREAD_LOCAL has three valid states: YES, NO and UNKNOWN (cf configure.in line ~5828).
In the no threads case, the measured cpu time can be regarded as process global.
/ Henrik Grubbström (Lysator)