Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4ce2874fd50acaff7fa5b0f571098f50623752cc
/
.
/
test
/
threads
/
ThreadsTest.thrift
blob: d37b9d7bfdcf4779001fd3d3b923932a04984bba [
file
] [
log
] [
blame
]
#!/usr/local/bin/thrift -cpp -php -perl
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
();
}