|
| def | chooseProcCount (numelems, refine, threshold) |
| |
| def | checkResultMap (result) |
| |
| def | sumResultMap (result) |
| |
| def | listResults (result) |
| |
| def | concurrent (func) |
| |
| def | concurrentFuncExec (process, mcode, cglobals, args, kwargs) |
| |
| def | concurrentExec (process, execcode, clocals={}, cglobals={}, returnName=None) |
| |
| def | concurrencyTestRange (process, values) |
| | Routines used by unit tests, these have to be here to be defined in the module namespace. More...
|
| |
| def | concurrencyTestProcessValues (process) |
| |
| def | concurrencyTestReturnArg (process, values) |
| |
| def | concurrencyTestShareObjects (process) |
| |