HomeSort by relevance Sort by last modified time
    Searched refs:MyTimer (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c 111 APTR MyTimer;
118 if(!MyTimer)
121 PPCGetTimerObject(MyTimer,PPCTIMERTAG_CURRENTTICKS,start);
130 PPCGetTimerObject(MyTimer,PPCTIMERTAG_CURRENTTICKS,result);
150 PPCGetTimerObject(MyTimer,PPCTIMERTAG_CURRENTTICKS,result);
156 PPCGetTimerObject(MyTimer,PPCTIMERTAG_CURRENTTICKS,actual);
174 if(MyTimer=PPCCreateTimerObject(tags))
178 PPCGetTimerObject(MyTimer,PPCTIMERTAG_TICKSPERSEC,result);
188 PPCGetTimerObject(MyTimer,PPCTIMERTAG_CURRENTTICKS,result);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 58 class MyTimer extends SIPStackTimerTask {
63 protected MyTimer(Pipeline pipeline) {
111 this.myTimerTask = new MyTimer(this);

Completed in 197 milliseconds