LUMIERA.clone/tests/50threadpool.tests
Michael Ploujnikov 10f79290a1 add lumiera_threadpool_release_thread
make the test compile
change from type to kind
2009-11-26 10:24:17 -05:00

15 lines
389 B
Text

TESTING "Thread Pool" ./test-threadpool
TEST "Acquire/Release test" basic-acquire-release <<END
out: start by initializing the threadpool
out: acquiring thread 1
out: acquiring thread 2
out: thread 1 kind=0
out: thread 1 state=0
out: thread 2 kind=4
out: thread 2 state=0
out: releasing thread 1
out: thread 1 has been released
out: releasing thread 2
out: thread 2 has been released
END