Searched refs:MS_PER_SEC (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_yield.c38 MSLEEP(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_yield.c34 Sleep(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c81 if ((ms <<= 1) > MS_PER_SEC)
82 ms = MS_PER_SEC;
H A Dmut_win32.c230 if ((ms <<= 1) > MS_PER_SEC)
231 ms = MS_PER_SEC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c65 #define MS_PER_SEC 1000 /* 1000ms per second */ macro
316 event->expected_ms = (event->it_value.tv_sec * MS_PER_SEC) + (event->it_value.tv_usec /
533 event->expected_ms = (event->it_value.tv_sec * MS_PER_SEC) +
H A Dlinux_timer.c65 #define MS_PER_SEC 1000 /* 1000ms per second */ macro
318 event->expected_ms = (event->it_value.tv_sec * MS_PER_SEC) + (event->it_value.tv_usec /
540 event->expected_ms = (event->it_value.tv_sec * MS_PER_SEC) +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_windows.c596 (DWORD)(timeout.tv_sec * MS_PER_SEC +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h139 #define MS_PER_SEC 1000 /* Milliseconds in a second */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h138 #define MS_PER_SEC 1000 /* Milliseconds in a second */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h137 #define MS_PER_SEC 1000 /* Milliseconds in a second */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h141 #define MS_PER_SEC 1000 /* Milliseconds in a second */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h138 #define MS_PER_SEC 1000 /* Milliseconds in a second */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h138 #define MS_PER_SEC 1000 /* Milliseconds in a second */ macro

Completed in 261 milliseconds