Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 65) sorted by relevance

123

/thrift-3.4.0/test/threads/
DThreadsServer.cpp50 int32_t threadOne(const int32_t sleep) { in threadOne() argument
53 go2sleep(1, sleep); in threadOne()
57 int32_t threadTwo(const int32_t sleep) { in threadTwo() argument
60 go2sleep(2, sleep); in threadTwo()
64 int32_t threadThree(const int32_t sleep) { in threadThree() argument
67 go2sleep(3, sleep); in threadThree()
71 int32_t threadFour(const int32_t sleep) { in threadFour() argument
74 go2sleep(4, sleep); in threadFour()
DThreadsTest.thrift21 i32 threadOne(1: i32 sleep=15),
22 i32 threadTwo(2: i32 sleep=15),
23 i32 threadThree(3: i32 sleep=15),
24 i32 threadFour(4: i32 sleep=15)
/thrift-3.4.0/test/haxe/
DMakefile.am70 sleep 1
72 sleep 10
76 sleep 1
78 sleep 10
82 sleep 1
84 sleep 10
/thrift-3.4.0/lib/d/test/
Dthrift_test_runner.sh58 sleep 0.5
60 sleep 0.02
Dclient_pool_test.d88 sleep(); in getPort()
103 void sleep() { in sleep() function
104 if (delay > dur!"hnsecs"(0)) Thread.sleep(delay); in sleep()
257 Thread.sleep(dur!"msecs"(50)); in syncClientPoolTest()
311 Thread.sleep(dur!"msecs"(50)); in asyncClientPoolTest()
406 Thread.sleep(dur!"msecs"(20)); in asyncAggregatorTest()
417 Thread.sleep(dur!"msecs"(20)); in asyncAggregatorTest()
436 Thread.sleep(dur!"msecs"(20)); in asyncAggregatorTest()
/thrift-3.4.0/lib/cpp/test/
DTSocketInterruptTest.cpp62 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
81 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
114 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
134 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
DTSSLSocketInterruptTest.cpp150 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
171 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
194 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
246 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
269 boost::this_thread::sleep(boost::posix_time::milliseconds(50)); in BOOST_AUTO_TEST_CASE()
DTPipeInterruptTest.cpp62 boost::this_thread::sleep(boost::posix_time::milliseconds(10)); in interruptWorker()
/thrift-3.4.0/compiler/cpp/test/compiler/
Dstaleness_check.py49 time.sleep(1.0)
77 time.sleep(1.0)
115 time.sleep(1.0)
/thrift-3.4.0/contrib/transport-sample/
Dconfig.h12 return sleep(ms/1000); //sleep() param is in seconds in Sleep()
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/test/voidmethexceptions/
DServiceBase.java37 Thread.sleep(10L); in waitForCancel()
/thrift-3.4.0/lib/c_glib/test/
Dtestbufferedtransport.c73 sleep (1); in test_open_and_close()
127 sleep (1); in test_read_and_write()
275 sleep (1); in test_write_fail()
288 sleep(1); in test_write_fail()
Dtestframedtransport.c72 sleep (1); in test_open_and_close()
127 sleep (1); in test_read_and_write()
212 sleep (1); in test_read_after_peer_close()
Dtesttransportsocket.c110 sleep (1); in test_open_and_close()
168 sleep (1); in test_read_and_write()
257 sleep (1); in test_peek()
Dtestthriftbufferedreadcheck.c58 sleep (1); in test_open_and_close()
113 sleep (1); in test_read_and_write()
Dtestthriftframedreadcheck.c56 sleep (1); in test_open_and_close()
111 sleep (1); in test_read_and_write()
Dtestzlibtransport.c83 sleep (1); in test_open_and_close()
138 sleep (1); in test_read_and_write()
Dtestsimpleserver.c99 sleep (5); in test_server()
/thrift-3.4.0/tutorial/swift/Sources/TutorialRunner/
Dmain.swift28 Thread.sleep(forTimeInterval: 2)
/thrift-3.4.0/contrib/async-test/
Dtest-leaf.py19 time.sleep(1)
/thrift-3.4.0/contrib/zeromq/
Dtest-client.py29 time.sleep(0.05)
/thrift-3.4.0/lib/nodejs/test/
DtestAll.sh51 sleep 0.1
73 sleep 0.1
/thrift-3.4.0/lib/nodets/test/
DtestAll.sh28 sleep 1
/thrift-3.4.0/test/crossrunner/
Drun.py160 time.sleep(slept)
169 time.sleep(sleep_step)
186 time.sleep(sleep_step)
228 time.sleep(0.05)
231 time.sleep(connect_retry_wait)
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DTestThreadPoolServer.java44 Thread.sleep(1000); in testStopServerWithOpenClient()

123