![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| alternatives of exec() system function | Raj Kumar Arora | High Level Programming | 3 | 01-03-2008 02:27 AM |
| ntop/Nmon alternatives | satimis | Linux | 5 | 12-19-2007 10:25 AM |
| Unix Sort - Alternatives | chprvkmr | UNIX for Advanced & Expert Users | 1 | 10-05-2005 11:29 AM |
| Alternatives to set the system date ?? | ulisses0205 | UNIX for Advanced & Expert Users | 2 | 04-07-2004 05:43 AM |
| ASP alternatives | Ricki | UNIX for Dummies Questions & Answers | 3 | 05-30-2001 06:38 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
it supports only CLOCK_REALTIME
![]() though CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID are defined too in bits/time.h, but clock_gettime() gives an error "Invalid argument" for these... ------from bits/time.h----- /* Identifier for system-wide realtime clock. */ # define CLOCK_REALTIME 0 /* High-resolution timer from the CPU. */ # define CLOCK_PROCESS_CPUTIME_ID 2 /* Thread-specific CPU-time clock. */ # define CLOCK_THREAD_CPUTIME_ID 3 ----------------------------- |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|