Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 - 20 of 20) sorted by relevance

/third_party/libcoap/examples/
H A Doscore-interop-server.c580 unsigned wait_ms; in main() local
698 wait_ms = COAP_RESOURCE_CHECK_TIME * 1000; in main()
705 * Using epoll. It is more usual to call coap_io_process() with wait_ms in main()
716 tv.tv_sec = wait_ms / 1000; in main()
717 tv.tv_usec = (wait_ms % 1000) * 1000; in main()
743 result = coap_io_process(ctx, wait_ms); in main()
747 } else if (result && (unsigned)result < wait_ms) { in main()
749 wait_ms -= result; in main()
752 * result == 0, or result >= wait_ms in main()
753 * (wait_ms coul in main()
[all...]
H A Dcoap-server.c2719 unsigned wait_ms; in main() local
2965 wait_ms = COAP_RESOURCE_CHECK_TIME * 1000; in main()
2972 * Using epoll. It is more usual to call coap_io_process() with wait_ms in main()
2983 tv.tv_sec = wait_ms / 1000; in main()
2984 tv.tv_usec = (wait_ms % 1000) * 1000; in main()
3009 result = coap_io_process(ctx, wait_ms); in main()
3013 } else if (result && (unsigned)result < wait_ms) { in main()
3015 wait_ms -= result; in main()
3018 * result == 0, or result >= wait_ms in main()
3019 * (wait_ms coul in main()
[all...]
H A Dcoap-client.c142 unsigned int wait_ms = 0; variable
1898 wait_ms = wait_seconds * 1000; in main()
1919 * Remaining overall wait time (wait_ms) in main()
1924 timeout_ms = min(wait_ms, obs_ms); in main()
1926 timeout_ms = wait_ms; in main()
1935 if (wait_ms > 0) { in main()
1936 if ((unsigned)result >= wait_ms) { in main()
1940 wait_ms -= result; in main()
/third_party/curl/tests/libtest/
H A Dlib1517.c42 wait_ms(1000); in read_callback()
H A Dlib1506.c121 wait_ms(1); /* to ensure different end times */ in test()
H A Dlib2502.c123 wait_ms(1); /* to ensure different end times */ in test()
H A Dfirst.c66 void wait_ms(int ms) in wait_ms() function
H A Dlib2402.c124 wait_ms(1); /* to ensure different end times */ in test()
H A Dlib1565.c55 wait_ms(TIME_BETWEEN_START_SECS * 1000); in run_thread()
H A Dlib2404.c126 wait_ms(1); /* to ensure different end times */ in test()
H A Dtest.h69 extern void wait_ms(int ms); /* wait this many milliseconds */
/third_party/curl/tests/server/
H A Dutil.h65 int wait_ms(int timeout_ms);
H A Dsws.c1183 wait_ms(10); in send_doc()
1207 wait_ms(sleep_time); in send_doc()
1253 res = wait_ms(250); in send_doc()
1257 logmsg("wait_ms() failed with error: (%d) %s", in send_doc()
1425 wait_ms(250); in http_connect()
1554 wait_ms(250); in http_connect()
1708 wait_ms(250); in http_connect()
2342 wait_ms(req->delay); in main()
2374 wait_ms(50); in main()
H A Dutil.c230 int wait_ms(int timeout_ms) in wait_ms() function
H A Drtspd.c1020 res = wait_ms(250); in send_doc()
1026 logmsg("wait_ms() failed with error: (%d) %s", in send_doc()
H A Dsocksd.c831 rc = wait_ms(delay); in sockdaemon()
835 logmsg("wait_ms() failed with error: (%d) %s", in sockdaemon()
H A Dmqttd.c814 rc = wait_ms(delay); in sockdaemon()
817 logmsg("wait_ms() failed with error: %d", rc); in sockdaemon()
H A Dtftpd.c1192 wait_ms(1000*test->writedelay); in sendtftp()
H A Dsockfilt.c1229 rc = wait_ms(delay); in sockdaemon()
1233 logmsg("wait_ms() failed with error: (%d) %s", in sockdaemon()
/third_party/backends/backend/genesys/
H A Dlow.cpp346 for (unsigned wait_ms = 0; wait_ms < 70000; wait_ms += sleep_time_ms) { in wait_until_has_valid_words()

Completed in 25 milliseconds