Searched refs:otimer (Results 1 – 2 of 2) sorted by relevance
29 struct itimerval timer, otimer; in ualarm() local36 if (__setitimer (ITIMER_REAL, &timer, &otimer) < 0) in ualarm()39 return (otimer.it_value.tv_sec * 1000000) + otimer.it_value.tv_usec; in ualarm()
71 static struct itimerval otimer; in __profil() local73 # define otimer_ptr &otimer in __profil()82 if (__setitimer (ITIMER_PROF, &otimer, NULL) < 0) in __profil()92 if (__setitimer (ITIMER_PROF, &otimer, NULL) < 0 in __profil()
Completed in 3 milliseconds