Home
last modified time | relevance | path

Searched refs:otimer (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/bsd/
A Dualarm.c29 struct itimerval timer, otimer; in ualarm() local
36 if (__setitimer (ITIMER_REAL, &timer, &otimer) < 0) in ualarm()
39 return (otimer.it_value.tv_sec * 1000000) + otimer.it_value.tv_usec; in ualarm()
/sysdeps/posix/
A Dprofil.c71 static struct itimerval otimer; in __profil() local
73 # 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