Searched refs:microseconds (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/this_thread/
H A D3.cc39 chr::microseconds ms(500);
H A D4.cc39 chr::microseconds ms(500);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dcondition.c245 isc_uint64_t microseconds; local
253 microseconds = isc_time_microdiff(t, &now);
254 if (microseconds > 0xFFFFFFFFi64 * 1000)
257 milliseconds = (DWORD)(microseconds / 1000);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dcondition.c245 isc_uint64_t microseconds; local
253 microseconds = isc_time_microdiff(t, &now);
254 if (microseconds > 0xFFFFFFFFi64 * 1000)
257 milliseconds = (DWORD)(microseconds / 1000);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dchrono.cc56 + chrono::microseconds(tv.tv_usec)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/condition_variable/members/
H A D1.cc36 std::chrono::microseconds ms(500);
H A D2.cc36 std::chrono::microseconds ms(500);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/
H A D1.cc60 std::chrono::microseconds ms(500);
H A D2.cc61 std::chrono::microseconds ms(500);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/30_threads/future/
H A Dpolling.cc25 return f.wait_for(std::chrono::microseconds(1));
/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dpkcs5_pbkdf2.c156 #define CAL_TIME 30000 /* Minimum number of microseconds that
161 * We return the user time in microseconds that c iterations
188 pkcs5_pbkdf2_calibrate(size_t dkLen, int microseconds) argument
207 ret = (size_t) ((u_int64_t) c * microseconds / t);
217 if (abs(microseconds - t) > (microseconds / 20))
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixxf.c820 * PARAMETERS: microseconds - Time to sleep
830 UINT32 microseconds)
833 if (microseconds)
835 usleep (microseconds);
829 AcpiOsStall( UINT32 microseconds) argument
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dthunk.c333 thunk_usleep(useconds_t microseconds) argument
335 return usleep(microseconds);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h965 ** least the number of microseconds given. ^The xCurrentTime()
1007 int (*xSleep)(sqlite3_vfs*, int microseconds);
H A Dsqlite3.c1515 ** least the number of microseconds given. ^The xCurrentTime()
1557 int (*xSleep)(sqlite3_vfs*, int microseconds);
24590 ** The argument is the number of microseconds we want to sleep.
24591 ** The return value is the number of microseconds of sleep actually
30398 unixSleep(sqlite3_vfs *NotUsed, int microseconds) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat-info.c63 (unsigned) (structure)->field.microseconds)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dlocore.s1063 * delay() - delay for a specified number of microseconds
1079 movl %sp@(4),%d0 | get microseconds to delay

Completed in 515 milliseconds