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