Home
last modified time | relevance | path

Searched refs:SLEEP_SEC (Results 1 – 23 of 23) sorted by relevance

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/sem_timedwait/
H A D10-1.c32 #define SLEEP_SEC 1 macro
53 ts.tv_sec += SLEEP_SEC; in main()
57 ts.tv_sec += SLEEP_SEC; in main()
/dports/comms/direwolf/direwolf-1.6/src/
H A Digate.c236 SLEEP_SEC(1); in main()
239 SLEEP_SEC (2); in main()
244 SLEEP_SEC (2); in main()
249 SLEEP_SEC (2); in main()
254 SLEEP_SEC (2); in main()
259 SLEEP_SEC (2); in main()
264 SLEEP_SEC (5); in main()
271 SLEEP_SEC (20); in main()
647 SLEEP_SEC (5); in connnect_thread()
818 SLEEP_SEC(10); in connnect_thread()
[all …]
H A Dptt.c1510 SLEEP_SEC(2); in main()
1519 SLEEP_SEC(1); in main()
1521 SLEEP_SEC(1); in main()
1529 SLEEP_SEC(1); in main()
1531 SLEEP_SEC(1); in main()
1542 SLEEP_SEC(2); in main()
1549 SLEEP_SEC(1); in main()
1551 SLEEP_SEC(1); in main()
1559 SLEEP_SEC(1); in main()
1561 SLEEP_SEC(1); in main()
[all …]
H A Dxid.c664 SLEEP_SEC (1); in main()
709 SLEEP_SEC (1); in main()
737 SLEEP_SEC (1); in main()
766 SLEEP_SEC (1); in main()
795 SLEEP_SEC (1); in main()
815 SLEEP_SEC (1); in main()
H A Dwalk96.c93 SLEEP_SEC(1); /* Wait for sample before reading. */ in main()
114 SLEEP_SEC(1); in main()
H A Dtt_user.c1164 SLEEP_SEC (1); in main()
1166 SLEEP_SEC (1); in main()
1168 SLEEP_SEC (1); in main()
1170 SLEEP_SEC (1); in main()
1182 SLEEP_SEC(1); in main()
H A Ddirewolf.h109 #define SLEEP_SEC(n) Sleep((n)*1000) macro
112 #define SLEEP_SEC(n) sleep(n) macro
H A Dappserver.c209 SLEEP_SEC(1); // other places based on 1 second assumption. in main()
376 SLEEP_SEC (10); in on_C_connection_received()
540 SLEEP_SEC (10); in agw_cb_D_connected_data()
H A Dkissnet.c419 SLEEP_SEC(1); /* wait then check again if more clients allowed. */ in connect_listen_thread()
506 SLEEP_SEC(1); /* wait then check again if more clients allowed. */ in connect_listen_thread()
770 SLEEP_SEC(1); /* Not connected. Try again later. */ in kiss_get()
H A Dkissserial.c439 SLEEP_SEC (g_misc_config_p->kiss_serial_poll); in kissserial_get()
H A Ddirewolf.c872 SLEEP_SEC(5); in main()
1420 SLEEP_SEC(1); in cleanup_win()
1436 SLEEP_SEC(1); in cleanup_linux()
H A Ddwgpsd.c517 SLEEP_SEC (3);
H A Ddwgpsnmea.c825 SLEEP_SEC (3); in main()
H A Dagwlib.c335 SLEEP_SEC(5); in tnc_listen_thread()
H A Dserver.c662 SLEEP_SEC(1); /* wait then check again if more clients allowed. */ in connect_listen_thread()
753 SLEEP_SEC(1); /* wait then check again if more clients allowed. */ in connect_listen_thread()
1383 SLEEP_SEC(1); /* Not connected. Try again later. */ in cmd_listen_thread()
H A Ddigipeater.c863 SLEEP_SEC (5); in main()
H A Dkissutil.c367 SLEEP_SEC (1); in main()
H A Dbeacon.c491 SLEEP_SEC (earliest - now); in beacon_thread()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dtest_util.h28 static const std::string SLEEP_SEC = "0.001"; variable
H A Dcmd_kmem_test.cpp84 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunKmemRecordCmd()
H A Dcmd_record_test.cpp60 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC}); in RunRecordCmd()
129 ASSERT_TRUE(RecordCmd()->Run({"-o", tmpfile.path, "sleep", SLEEP_SEC})); in TEST()
H A Dcmd_report_test.cpp514 RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC})); in TEST_F()
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dcorpus.c105 #define SLEEP_SEC(sec) (0) /* Why doesn't Sleep((sec)*1000) work? */ macro
107 #define SLEEP_SEC(sec) sleep(sec) /* sec must be integer */ macro
719 SLEEP_SEC(1); in ctl_process_utt()