Searched refs:clocknames (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | time.c | 675 static const struct xlat clocknames[] = { variable 705 printxval(clocknames, tcp->u_arg[0], "CLOCK_???"); 717 printxval(clocknames, tcp->u_arg[0], "CLOCK_???"); 733 printxval(clocknames, tcp->u_arg[0], "CLOCK_???"); 840 printxval(clocknames, tcp->u_arg[0], "CLOCK_???"); 996 printxval(clocknames, tcp->u_arg[1], "CLOCK_???"); 1009 printxval(clocknames, tcp->u_arg[0], "CLOCK_???"); in sys_timerfd_create()
|
D | ChangeLog | 578 * time.c (struct xlat clocknames[]): Add more RT clock IDs.
|
D | ChangeLog-CVS | 2658 * time.c (clocknames): Use #ifdef around CLOCK_* uses. 2686 * time.c (clocknames): New variable, symbolic names for clock_t.
|