Searched refs:milliseconds (Results 76 - 94 of 94) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutils.cpp1295 void wxMilliSleep(unsigned long milliseconds) argument
1297 ::Sleep(milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp263 void wxUsleep(unsigned long milliseconds) argument
265 wxMilliSleep(milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Devent.tex112 Gets the timestamp for the event. The timestamp is the time in milliseconds
H A Djoystick.tex287 threshold. If greater than zero, events are received every {\it pollingFreq} milliseconds.}
H A Dmediactrl.tex302 Obtains the length - the total amount of time the movie has in milliseconds.
422 Obtains the current position in time within the movie in milliseconds.
H A Ddatetime.tex19 to contain the number of years, hours, minutes, seconds and milliseconds.
663 milliseconds if a function to get time with such precision is available on the
954 Returns the milliseconds in the given timezone (local one by default).
1259 format specification {\tt \%l} can be used to get the number of milliseconds.
H A Dfunction.tex4344 Gets the time in milliseconds since the last \helpref{::wxStartTimer}{wxstarttimer}.
4375 Returns the number of milliseconds since local time 00:00:00 Jan 1st 1970.
4418 \func{void}{wxMilliSleep}{\param{unsigned long}{ milliseconds}}
4420 Sleeps for the specified number of milliseconds. Notice that usage of this
4466 \func{void}{wxUsleep}{\param{unsigned long}{ milliseconds}}
4469 argument is in milliseconds, not microseconds. Please use either
H A Dthread.tex399 \func{static void}{Sleep}{\param{unsigned long }{milliseconds}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c2727 /** milliseconds in a second */
2735 * Sleeps the given number of milliseconds.
2736 * @param milliseconds number of milliseconds
2739 _dbus_sleep_milliseconds (int milliseconds) argument
2745 req.tv_sec = milliseconds / MILLISECONDS_PER_SECOND;
2746 req.tv_nsec = (milliseconds % MILLISECONDS_PER_SECOND) * NANOSECONDS_PER_MILLISECOND;
2753 usleep (milliseconds * MICROSECONDS_PER_MILLISECOND);
2755 sleep (MAX (milliseconds / 1000, 1));
H A Ddbus-sysdeps-win.c1856 /** milliseconds in a second */
1864 * Sleeps the given number of milliseconds.
1865 * @param milliseconds number of milliseconds
1868 _dbus_sleep_milliseconds (int milliseconds) argument
1870 Sleep (milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp187 wxSemaError WaitTimeout(unsigned long milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h893 uint16 milliseconds; member in struct:printer_info_0
1191 uint16 milliseconds; member in struct:systemtime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dutils.cpp340 void wxMilliSleep(unsigned long milliseconds) argument
342 AbsoluteTime wakeup = AddDurationToAbsolute( milliseconds, UpTime());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h747 bool Wait(unsigned long milliseconds, CallStack const& callStack);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c51 if(!prs_uint16("milliseconds", ps, depth, &systime->milliseconds))
69 systime->milliseconds=0;
2215 if(!prs_uint16("milliseconds", ps, depth, &info->milliseconds))
3040 size+=size_of_uint16( &info->milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth.c143 static void gdth_delay(int milliseconds);
419 static void gdth_delay(int milliseconds) argument
421 if (milliseconds == 0) {
424 mdelay(milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c161 i0->second, i0->milliseconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c3432 SSVAL(p, 14, st.milliseconds);
4006 printer->milliseconds = 0;
4025 printer->change_id = ntprinter->info_2->changeid; /* ChangeID in milliseconds*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 316 milliseconds

1234