Searched refs:wait_ms (Results 1 – 11 of 11) sorted by relevance
59 int wait_ms(int timeout_ms);
1260 wait_ms(10); in send_doc()1278 wait_ms(250); in send_doc()1321 res = wait_ms(250); in send_doc()1492 wait_ms(250); in http_connect()1617 wait_ms(250); in http_connect()1771 wait_ms(250); in http_connect()2378 wait_ms(50); in main()
212 int wait_ms(int timeout_ms) in wait_ms() function
1262 wait_ms(1000*test->writedelay); in sendtftp()
1150 res = wait_ms(250); in send_doc()
1212 rc = wait_ms(delay); in sockdaemon()
40 wait_ms(1000); in read_callback()
119 wait_ms(1); /* to ensure different end times */ in test()
66 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()