Searched refs:waittime (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/apache-793/httpd/test/
H A Dtest_select.c33 long waittime = 4096; local
37 while ((waittime > 0) && (waittime < 3000000)) {
38 printf("%d\n", waittime);
39 tv.tv_sec = waittime/1000000;
40 tv.tv_usec = waittime%1000000;
41 waittime <<= 1;
/macosx-10.10.1/shell_cmds-179/date/
H A Dnetdate.c75 long waittime; local
134 waittime = WAITACK;
136 tout.tv_sec = waittime;
165 waittime = WAITDATEACK;
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread-private.c499 struct timespec waittime; local
513 my_clock_gettime(&waittime);
514 waittime.tv_nsec += 100000000;
516 if (waittime.tv_nsec > 1000000000)
518 waittime.tv_nsec -= 1000000000;
519 waittime.tv_sec += 1;
523 dcethread__timedwait(thread, &waittime);
/macosx-10.10.1/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c214 int count = 0, waittime = 0; local
261 waittime = atoi(optarg);
262 if (waittime < 1)
346 waittime = atoi(*argv);
351 " %d instead", waittime);
369 waittime = 1;
452 * Instead of sleep(waittime), wait in
455 CFRunLoopRunInMode(kCFRunLoopDefaultMode, (CFTimeInterval)waittime, 1);
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_iod.c89 struct timespec waittime, tsnow; local
91 waittime.tv_sec = SecondsTillTimeout;
92 waittime.tv_nsec = 0;
93 timespecadd(&waittime, starttime);
95 if (timespeccmp(&tsnow, &waittime, >))
1773 struct timespec waittime, sleeptime, tsnow; local
1794 waittime.tv_sec = vcp->reconnect_wait_time;
1795 waittime.tv_nsec = 0;
1796 timespecadd(&waittime, &iod->reconnectStartTime);
1849 waittime
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dmpm_unix.c179 apr_time_t waittime = 1024 * 16; local
210 apr_sleep(waittime);
211 /* don't let waittime get longer than 1 second; otherwise, we don't
215 waittime = waittime * 4;
216 if (waittime > apr_time_from_sec(1)) {
217 waittime = apr_time_from_sec(1);
/macosx-10.10.1/apache-793/httpd/support/
H A Dab.c254 apr_interval_time_t waittime; /* between request and reading response */ member in struct:data
800 if ((a->waittime) < (b->waittime))
802 if ((a->waittime) > (b->waittime))
885 minwait = ap_min(minwait, s->waittime);
890 maxwait = ap_max(maxwait, s->waittime);
895 totalwait += s->waittime;
912 a = ((double)s->waittime - meanwait);
944 medianwait = (stats[done / 2].waittime
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dgui_riscos.pro50 void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
H A Dgui_gtk_x11.pro4 void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
H A Dgui_x11.pro56 void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dtelnet.rb530 waittime = @options["Waittime"]
542 waittime = options["Waittime"] if options.has_key?("Waittime")
555 until(prompt === line and not IO::select([@sock], nil, nil, waittime))
/macosx-10.10.1/network_cmds-457/traceroute6.tproj/
H A Dtraceroute6.c352 int waittime = 5; /* time to wait for response (in seconds) */ variable
530 waittime = strtoul(optarg, &ep, 0);
536 if (waittime < 1) {
959 if (poll(pfd, 1, waittime * 1000) > 0)
973 wait.tv_sec = waittime; wait.tv_usec = 0;
1421 " [-p port] [-q probes] [-s src] [-w waittime] target [datalen]\n");
/macosx-10.10.1/gssd-64/
H A Dgsstest.c72 static void waittime(void);
501 waittime(void) function
558 waittime();
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c219 int waittime = MAXWAIT; /* timeout for each packet */ variable
220 long nrcvtimeout = 0; /* # of packets we got back after waittime */
546 waittime = (int)t;
1028 intvl.tv_sec = waittime / 1000;
1029 intvl.tv_usec = waittime % 1000 * 1000;
1248 if (options & F_WAITTIME && triptime > waittime) {
1900 " [-S src_addr] [-s packetsize] [-t timeout][-W waittime] [-z tos]",
1904 " [-s packetsize] [-T ttl] [-t timeout] [-W waittime]",
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c376 int waittime = 5; /* time to wait for response (in seconds) */ variable
668 waittime = str2val(optarg, "wait time",
1192 wait.tv_sec = tp->tv_sec + waittime;
1822 "\t[-t tos] [-w waittime] [-z pausemsecs] host [packetlen]\n", prog);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_vfsops.c1842 struct timespec waittime; local
1909 waittime.tv_sec = SMB_FSYNC_TIMO;
1910 waittime.tv_nsec = 0;
1911 timespecsub(&ts, &waittime);
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c3222 gui_mch_set_blinking(waittime, on, off)
3223 long waittime, on, off;
3225 blink_waittime = waittime;
H A Dgui_gtk_x11.c684 gui_mch_set_blinking(long waittime, long on, long off) argument
686 blink_waittime = waittime;
H A Dgui_riscos.c2810 gui_mch_set_blinking(long waittime, long on, long off) argument

Completed in 300 milliseconds