ts-7000
[Top] [All Lists]

[ts-7000] TS7400 linux 2.4 CLOCK_THREAD_CPUTIME_ID not supported?

To:
Subject: [ts-7000] TS7400 linux 2.4 CLOCK_THREAD_CPUTIME_ID not supported?
From: "Jayne Dickinson" <>
Date: Mon, 27 Oct 2008 17:29:35 -0000
Greetings,

I would like to run a thread using the ARM CPU timer instead of the
system timer. I noticed that clock_gettime() only supports the
CLOCK_REALTIME and I would like to use the CLOCK_THREAD_CPUTIME_ID ...
has anyone used the EP9302 on board timers?


( code snippet )
      struct timespec currTime;
      long startTime, stopTime, elapsedTime;

      status = clock_gettime( CLOCK_REALTIME, 
                              (struct timespec *)&currTime );
      startTime = (currTime.tv_sec * 1000 ) +  
                  (currTime.tv_nsecs/1000000l );

      // does some processing

      status = clock_gettime( CLOCK_REALTIME, 
                              (struct timespec *)&currTime );
      stopTime = (currTime.tv_sec * 1000 ) + 
                  (currTime.tv_nsecs/1000000l );

      elapsedTime = stopTime - startTime;

      if ( elapsedTime > 125 )
      {
         // do something
      }
( end of code snippet )





------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ts-7000/join
    (Yahoo! ID required)

<*> To change settings via email:
     
    

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

<Prev in Thread] Current Thread [Next in Thread>
  • [ts-7000] TS7400 linux 2.4 CLOCK_THREAD_CPUTIME_ID not supported?, Jayne Dickinson <=
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU