Searched refs:msecs (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.allocations/
H A Dtls_gc_integration.d33 Thread.sleep(10.msecs);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/
H A Dsigmaskgc.d37 Thread.sleep(100.msecs);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.allocations/
H A Dtls_gc_integration.d33 Thread.sleep(10.msecs);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dsystime.d613 test(DateTime(1, 1, 1, 0, 0, 0), msecs(1), UTC(), 10_000L);
614 test(DateTime(0, 12, 31, 23, 59, 59), msecs(999), UTC(), -10_000L);
1994 import core.time : msecs, usecs, hnsecs, nsecs;
1998 assert(SysTime(dt, msecs(213)).fracSecs == msecs(213));
2088 import core.time : Duration, msecs, hnsecs, nsecs;
2094 st.fracSecs = msecs(213);
2095 assert(st.fracSecs == msecs(213));
2128 static assert(!__traits(compiles, cst.fracSecs = msecs(7)));
2129 static assert(!__traits(compiles, ist.fracSecs = msecs(
[all...]
H A Dstopwatch.d159 Thread.sleep(msecs(1));
160 assert(sw.peek() > msecs(1));
169 assert(sw.peek() < msecs(1));
356 long msecs = sw.peek.total!"msecs";
360 assert(usecs >= msecs * 1000);
H A Dpackage.d49 $(REF_ALTTEXT msecs, msecs, core, time)$(NBSP)
/netbsd-current/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h203 msecs_to_jiffies(unsigned long msecs) argument
207 tv.tv_sec = msecs / 1000000UL;
208 tv.tv_usec = msecs % 1000000UL;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dsystime.d428 test(DateTime(1, 1, 1, 0, 0, 0), msecs(1), UTC(), 10_000L);
429 test(DateTime(0, 12, 31, 23, 59, 59), msecs(999), UTC(), -10_000L);
1704 import core.time : msecs, usecs, hnsecs, nsecs;
1708 assert(SysTime(dt, msecs(213)).fracSecs == msecs(213));
1792 import core.time : Duration, msecs, hnsecs, nsecs;
1798 st.fracSecs = msecs(213);
1799 assert(st.fracSecs == msecs(213));
1831 static assert(!__traits(compiles, cst.fracSecs = msecs(7)));
1832 //static assert(!__traits(compiles, ist.fracSecs = msecs(
[all...]
H A Dstopwatch.d163 Thread.sleep(msecs(1));
164 assert(sw.peek() > msecs(1));
173 assert(sw.peek() < msecs(1));
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d2597 enum msecs = 1000;
2601 SocketOption.RCVTIMEO, dur!"msecs"(msecs));
2611 assert(readBack.total!"msecs" == msecs);
2612 assert(sw.peek().msecs > msecs-100 && sw.peek().msecs < msecs+100);
3159 int msecs;
[all...]
H A Dconcurrency.d814 receiveTimeout(msecs(0), (Variant x) {});
815 receiveTimeout(msecs(0), (int x) {}, (Variant x) {});
819 receiveTimeout(msecs(0), (Variant x) {}, (int x) {});
823 receiveTimeout(msecs(0), (int x) {}, (int x) {});
827 receiveTimeout(msecs(10), (int x) {}, (Variant x) {});
H A Dfile.d1508 Thread.sleep(10.msecs);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d268 s.setOption(SocketOptionLevel.SOCKET, SocketOption.RCVTIMEO, dur!"msecs"(10));
2641 enum msecs = 1000;
2645 SocketOption.RCVTIMEO, dur!"msecs"(msecs));
2655 assert(readBack.total!"msecs" == msecs);
2656 assert(sw.peek().total!"msecs" > msecs - 100 && sw.peek().total!"msecs" < msecs
[all...]
H A Dprocess.d1747 while (!done.exists) Thread.sleep(10.msecs);
1750 while (remove(done).collectException) Thread.sleep(10.msecs);
1767 while (!done.exists) Thread.sleep(10.msecs);
1772 while (remove(pathi).collectException) Thread.sleep(10.msecs);
1773 while (remove(patho).collectException) Thread.sleep(10.msecs);
1774 while (remove(pathe).collectException) Thread.sleep(10.msecs);
1775 while (remove(done).collectException) Thread.sleep(10.msecs);
2337 const msecs = timeout.total!"msecs";
2341 // durations into multiple waits but (DWORD.max - 1).msecs
[all...]
H A Dconcurrency.d996 receiveTimeout(msecs(0), (Variant x) {});
997 receiveTimeout(msecs(0), (int x) {}, (Variant x) {});
1001 receiveTimeout(msecs(0), (Variant x) {}, (int x) {});
1005 receiveTimeout(msecs(0), (int x) {}, (int x) {});
1009 receiveTimeout(msecs(10), (int x) {}, (Variant x) {});
H A Dfile.d1857 // can be tracked with precision of 4 msecs, this test waits 20 msecs
1882 () @trusted { Thread.sleep(20.msecs); }();
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c1735 uint64_t msecs, persec; local
1739 msecs = isc_time_microdiff(&xfr->stats.end, &xfr->stats.start);
1740 msecs /= 1000;
1741 if (msecs == 0) {
1742 msecs = 1;
1744 persec = (xfr->stats.nbytes * 1000) / msecs;
1751 xfr->stats.nbytes, (unsigned int)(msecs / 1000),
1752 (unsigned int)(msecs % 1000), (unsigned int)persec,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dxfrin.c1539 uint64_t msecs; local
1567 msecs = isc_time_microdiff(&xfr->end, &xfr->start) / 1000;
1568 if (msecs == 0) {
1569 msecs = 1;
1571 persec = (xfr->nbytes * 1000) / msecs;
1577 (unsigned int)(msecs / 1000), (unsigned int)(msecs % 1000),
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c1884 uint64_t msecs; local
1912 msecs = isc_time_microdiff(&xfr->end, &xfr->start) / 1000;
1913 if (msecs == 0) {
1914 msecs = 1;
1916 persec = (xfr->nbytes * 1000) / msecs;
1922 (unsigned int)(msecs / 1000), (unsigned int)(msecs % 1000),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c3182 int msecs;
3184 msecs = active_time (ticker);
3185 fprintf (f, "%d.%06d", msecs / 1000000, msecs % 1000000);
3172 int msecs; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc3182 int msecs;
3184 msecs = active_time (ticker);
3185 fprintf (f, "%d.%06d", msecs / 1000000, msecs % 1000000);
3172 int msecs; local

Completed in 412 milliseconds