Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish mp_pool_init() testadd-multiprocessing | Joseph Hunkeler | 2024-09-20 | 1 | -8/+31 |
| | | | | * Not sure what I was going to do with that data array, but whatever it was, it was wrong. | ||||
* | Fix test code and expected values within test code | Joseph Hunkeler | 2024-09-18 | 1 | -1/+1 |
| | | | | * Errant undo operation! | ||||
* | More tests | Joseph Hunkeler | 2024-09-18 | 1 | -0/+30 |
| | |||||
* | Rename mp_task to mp_pool_task | Joseph Hunkeler | 2024-09-18 | 1 | -1/+1 |
| | |||||
* | Fix test status expectation | Joseph Hunkeler | 2024-09-18 | 1 | -2/+2 |
| | | | | * Fix child not returning result of execvp(). task->status is for program status, not fork() status. | ||||
* | Add test_multiprocessing.c | Joseph Hunkeler | 2024-09-18 | 1 | -0/+73 |