Searched refs:wait_ms (Results 1 - 20 of 20) sorted by relevance
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 580 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 D | coap-server.c | 2719 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 D | coap-client.c | 142 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 D | lib1517.c | 42 wait_ms(1000); in read_callback()
|
H A D | lib1506.c | 121 wait_ms(1); /* to ensure different end times */ in test()
|
H A D | lib2502.c | 123 wait_ms(1); /* to ensure different end times */ in test()
|
H A D | first.c | 66 void wait_ms(int ms) in wait_ms() function
|
H A D | lib2402.c | 124 wait_ms(1); /* to ensure different end times */ in test()
|
H A D | lib1565.c | 55 wait_ms(TIME_BETWEEN_START_SECS * 1000); in run_thread()
|
H A D | lib2404.c | 126 wait_ms(1); /* to ensure different end times */ in test()
|
H A D | test.h | 69 extern void wait_ms(int ms); /* wait this many milliseconds */
|
/third_party/curl/tests/server/ |
H A D | util.h | 65 int wait_ms(int timeout_ms);
|
H A D | sws.c | 1183 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 D | util.c | 230 int wait_ms(int timeout_ms) in wait_ms() function
|
H A D | rtspd.c | 1020 res = wait_ms(250); in send_doc() 1026 logmsg("wait_ms() failed with error: (%d) %s", in send_doc()
|
H A D | socksd.c | 831 rc = wait_ms(delay); in sockdaemon() 835 logmsg("wait_ms() failed with error: (%d) %s", in sockdaemon()
|
H A D | mqttd.c | 814 rc = wait_ms(delay); in sockdaemon() 817 logmsg("wait_ms() failed with error: %d", rc); in sockdaemon()
|
H A D | tftpd.c | 1192 wait_ms(1000*test->writedelay); in sendtftp()
|
H A D | sockfilt.c | 1229 rc = wait_ms(delay); in sockdaemon() 1233 logmsg("wait_ms() failed with error: (%d) %s", in sockdaemon()
|
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 346 for (unsigned wait_ms = 0; wait_ms < 70000; wait_ms += sleep_time_ms) { in wait_until_has_valid_words()
|
Completed in 25 milliseconds