Commit 6122502
committed
Simplify IProcess exit code handling by removing synchronization logic
Removed the static mutex, condition variable, and exit code map that were used
to track process exit codes with timeout-based waiting. These synchronization
primitives have been replaced with stub implementations that immediately return
success with a zero exit code.
* AsyncProcess: Simplified process exit code management
**Generated by CodeLite**
Signed-off-by: Eran Ifrah <eran@codelite.org>1 parent 375da9d commit 6122502
1 file changed
+5
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 227 | | |
235 | 228 | | |
236 | 229 | | |
| |||
317 | 310 | | |
318 | 311 | | |
319 | 312 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
330 | 316 | | |
331 | 317 | | |
332 | 318 | | |
333 | 319 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
| 320 | + | |
| 321 | + | |
339 | 322 | | |
340 | 323 | | |
341 | 324 | | |
| |||
0 commit comments