Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 10 of 10) sorted by relevance

/external/curl/tests/server/
Dutil.h58 int wait_ms(int timeout_ms);
Dutil.c203 int wait_ms(int timeout_ms) in wait_ms() function
Dsws.c1212 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()
Dtftpd.c1229 wait_ms(1000*test->writedelay); in sendtftp()
Dsockfilt.c1189 rc = wait_ms(delay); in sockdaemon()
Drtspd.c1134 res = wait_ms(250); in send_doc()
/external/curl/tests/libtest/
Dlib1506.c117 wait_ms(1); /* to ensure different end times */ in test()
Dfirst.c62 void wait_ms(int ms) in wait_ms() function
Dtest.h65 extern void wait_ms(int ms); /* wait this many milliseconds */
/external/webrtc/talk/media/base/
Dvideoengine_unittest.h258 bool WaitAndSendFrame(int wait_ms) { in WaitAndSendFrame() argument
259 bool ret = rtc::Thread::Current()->ProcessMessages(wait_ms); in WaitAndSendFrame()