Home | History | Annotate | Download | only in base

Lines Matching full:int64

51 int WaitpidWithTimeout(ProcessHandle handle, int64 wait_milliseconds,
78 static const int64 kMaxSleepInMicroseconds = 1 << 18; // ~256 milliseconds.
79 int64 max_sleep_time_usecs = 1 << 10; // ~1 milliseconds.
80 int64 double_sleep_time = 0;
90 int64 sleep_time_usecs = (wakeup_time - now).InMicroseconds();
731 int64 timeout_milliseconds) {
755 int64 wait_milliseconds) {
811 bool WaitForSingleProcess(ProcessHandle handle, int64 wait_milliseconds) {
837 int64 TimeValToMicroseconds(const struct timeval& tv) {
839 int64 ret = tv.tv_sec; // Avoid (int * int) integer overflow.
974 int64 wait_milliseconds,
996 int64 wait_milliseconds,