| 941 | return g_force_spawn_eagain; |
| 942 | } |
| 943 | static bool cbm_spawn_eagain_injected(void) { |
| 944 | if (g_force_spawn_eagain > 0) { |
| 945 | g_force_spawn_eagain--; |
| 946 | return true; |
| 947 | } |
| 948 | return false; |
| 949 | } |
| 950 | #endif |
| 951 | |
| 952 | /* The bound is on a single WAIT, and 2560ms (10ms << 8) is the largest wait |
no outgoing calls
no test coverage detected