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