Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
02d1edc6f041b968a0f02d01c767f37eda3fab27
/
.
/
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
();
}