lumiera_/tests/30backend-threadpool.tests

18 lines
357 B
Text
Raw Normal View History

2007-08-21 17:33:19 +02:00
2009-11-24 01:05:57 +01:00
TESTING "Thread Pools" ./test-threadpool
2007-08-21 17:33:19 +02:00
PLANNED "create"
PLANNED "yield"
PLANNED "cancel"
2009-11-24 01:05:57 +01:00
TEST "Acquire/Release test" basic-acquire-release <<END
err: start by initializing the threadpool
err: acquiring thread 1
err: acquiring thread 2
err: releasing thread 1
err: thread 1 has been released
err: releasing thread 2
err: thread 2 has been released
END