LUMIERA.clone/tests/50threadpool.tests

16 lines
389 B
Text
Raw Normal View History

2009-11-23 01:55:08 +01:00
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 type=0
out: thread 1 state=0
out: thread 2 type=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
2009-11-23 01:55:08 +01:00
END