| 58 | int gxStress = 0; |
| 59 | |
| 60 | static int fxShouldStress() |
| 61 | { |
| 62 | if (!gxStress) |
| 63 | return 0; |
| 64 | |
| 65 | if (gxStress > 0) |
| 66 | return 1; |
| 67 | |
| 68 | gxStress += 1; |
| 69 | return 0 == gxStress; |
| 70 | } |
| 71 | #endif |
| 72 | |
| 73 | #if mxNoChunks |
no outgoing calls
no test coverage detected