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
|
|
|
|
2009-12-23 19:10:31 +01:00
|
|
|
TEST "Most basic threadpool test" threadpool-basic <<END
|
2009-11-25 23:43:22 +01:00
|
|
|
END
|
2009-11-26 03:46:03 +01:00
|
|
|
|
2009-12-23 19:10:31 +01:00
|
|
|
TEST "process a function" process-function <<END
|
|
|
|
|
err: the input to the function is 440616
|
2010-01-16 17:48:48 +01:00
|
|
|
err: wait 1 sec
|
|
|
|
|
err: finished waiting
|
2009-11-26 03:46:03 +01:00
|
|
|
END
|
2010-01-17 17:34:23 +01:00
|
|
|
|
|
|
|
|
PLANNED "error cleared on join"
|