Searched refs:wait_ms (Results 1 – 10 of 10) sorted by relevance
58 int wait_ms(int timeout_ms);
203 int wait_ms(int timeout_ms) in wait_ms() function
1212 wait_ms(250); in send_doc()1254 res = wait_ms(250); in send_doc()1425 wait_ms(250); in http_connect()1550 wait_ms(250); in http_connect()1703 wait_ms(250); in http_connect()2307 wait_ms(50); in main()
1229 wait_ms(1000*test->writedelay); in sendtftp()
1189 rc = wait_ms(delay); in sockdaemon()
1134 res = wait_ms(250); in send_doc()
117 wait_ms(1); /* to ensure different end times */ in test()
62 void wait_ms(int ms) in wait_ms() function
65 extern void wait_ms(int ms); /* wait this many milliseconds */
258 bool WaitAndSendFrame(int wait_ms) { in WaitAndSendFrame() argument259 bool ret = rtc::Thread::Current()->ProcessMessages(wait_ms); in WaitAndSendFrame()