Home
last modified time | relevance | path

Searched refs:getitimer (Results 1 – 22 of 22) sorted by relevance

/onnv-gate/usr/src/lib/libc/common/sys/
H A Dgetitimer.s37 ANSI_PRAGMA_WEAK(getitimer,function)
41 SYSCALL_RVAL1(getitimer)
43 SET_SIZE(getitimer)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
H A DHiRes.t268 && defined &Time::HiRes::getitimer
276 use Time::HiRes qw (setitimer getitimer ITIMER_VIRTUAL);
289 print "not " unless abs(getitimer(ITIMER_VIRTUAL) / 0.5) - 1 < $limit;
292 print "# getitimer: ", join(" ", getitimer(ITIMER_VIRTUAL)), "\n";
294 while (getitimer(ITIMER_VIRTUAL)) {
299 print "# getitimer: ", join(" ", getitimer(ITIMER_VIRTUAL)), "\n";
301 print "not " unless getitimer(ITIMER_VIRTUAL) == 0;
/onnv-gate/usr/src/lib/libproc/common/
H A Dpr_getitimer.c51 return (getitimer(which, itv)); in pr_getitimer()
/onnv-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum145 getitimer 157
/onnv-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum143 getitimer 157
/onnv-gate/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list110 getitimer SIMPLE /* 86 = 2, getitimer */
/onnv-gate/usr/src/uts/common/os/
H A Dsysent.c283 int getitimer();
609 /* 157 */ SYSENT_CI("getitimer", getitimer, 2),
972 /* 157 */ SYSENT_CI("getitimer", getitimer, 2),
H A Dtimers.c188 getitimer(uint_t which, struct itimerval *itv) in getitimer() function
308 if ((error = getitimer(which, oitv)) != 0) in setitimer()
/onnv-gate/usr/src/uts/common/sys/
H A Dtime.h393 int getitimer(int, struct itimerval *);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs945 getitimer(which) function
950 if (getitimer(which, &nowit) == 0) {
/onnv-gate/usr/src/lib/libbc/sparc/
H A DMakefile130 getdtablesize.o getgid.o getitimer.o getpid.o gettimeofday.o \
186 fpathconf.s getitimer.s getpid.s \
/onnv-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg873 @ MSG_SYS_GETITIMER "[ getitimer ]" # 157
874 @ MSG_SYS_GETITIMER_ALT "getitimer"
/onnv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common351 getitimer
/onnv-gate/usr/src/lib/libc/amd64/
H A DMakefile193 getitimer.o \
/onnv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com221 getitimer.o \
/onnv-gate/usr/src/lib/libc/i386/
H A DMakefile.com215 getitimer.o \
/onnv-gate/usr/src/lib/libc/sparc/
H A DMakefile.com236 getitimer.o \
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c921 if (getitimer(ITIMER_REAL, &it) < 0) { in daemonize_ndpd()
/onnv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1759 getitimer;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2550 * This symbol, if defined, indicates that the getitimer routine is
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/
H A DGlossary878 indicates to the C program that the getitimer() routine is available.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltoc.pod20807 $which, $floating_seconds [, $interval_floating_seconds ] ), getitimer (