View Issue Details

IDProjectCategoryView StatusLast Update
00015971003.1(2016/18)/Issue7+TC2Base Definitions and Headerspublic2024-06-11 09:07
Reporterdannyniu Assigned To 
PrioritynormalSeverityEditorialTypeError
Status ClosedResolutionAccepted 
NameDannyNiu/NJF
OrganizationIndividual
User Reference
Section<time.h>
Page Number426
Line Number14475-14481
Interp Status---
Final Accepted Text
Summary0001597: clockid_t are not usable with the clock() function and the text should say clock*() functions.
DescriptionIn this header, it is mistakenly said that a few identifiers with
value assignment-compatible with clockid_t can be used with
clock() and timer*(), when in fact, the clock() function doesn't
take an arguement.
Desired ActionChange:

CLOCK_PROCESS_CPUTIME_ID
The identifier of the CPU-time clock associated with the process making a
clock() or timer*() function call.

...

The identifier of the CPU-time clock associated with the thread making a
clock() or timer*() function call.
CX The <time.h> header shall define the following symbolic

To:

CLOCK_PROCESS_CPUTIME_ID
The identifier of the CPU-time clock associated with the process making a
clock*() or timer*() function call.

...

The identifier of the CPU-time clock associated with the thread making a
clock*() or timer*() function call.
CX The <time.h> header shall define the following symbolic
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-08-05 02:44 dannyniu New Issue
2022-08-05 02:44 dannyniu Name => DannyNiu/NJF
2022-08-05 02:44 dannyniu Organization => Individual
2022-08-05 02:44 dannyniu Section => <time.h>
2022-08-05 02:44 dannyniu Page Number => 426
2022-08-05 02:44 dannyniu Line Number => 14475-14481
2022-10-27 15:27 Don Cragun Interp Status => ---
2022-10-27 15:27 Don Cragun Status New => Resolved
2022-10-27 15:27 Don Cragun Resolution Open => Accepted
2022-10-27 15:28 Don Cragun Tag Attached: tc3-2008
2022-11-08 14:07 geoffclare Status Resolved => Applied
2024-06-11 09:07 agadmin Status Applied => Closed