Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
8ca2d0910927a781b6181e7177a404e37c09d82d
/
.
/
test
/
threads
/
ThreadsTest.thrift
blob: ed071e5d7d593ea07ca983daf66da10aa10a9d10 [
file
] [
log
] [
blame
]
#!/usr/local/bin/thrift -cpp -py
service
ThreadsTest
{
i32 threadOne
(
1
:
i32 sleep
=
15
),
i32 threadTwo
(
2
:
i32 sleep
=
15
),
i32 threadThree
(
3
:
i32 sleep
=
15
),
i32 threadFour
(
4
:
i32 sleep
=
15
)
i32 stop
();
}