Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4bc4231040186d9e0c35ff4d8211ce7b7e43aab5
/
.
/
test
/
threads
/
ThreadsTest.thrift
blob: 45df6a4acf33b419d29983708f3185ba71a6bbc7 [
file
] [
log
] [
blame
]
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
();
}