Searched defs:statusMsg (Results 1 – 1 of 1) sorted by relevance
1427 func runTest(statusChan chan statusMsg, test *testCase, shimPath string, mallocNumToFail int64) err…19035 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {19072 type statusMsg struct { struct19073 test *testCase19074 statusType statusType19075 pid int19076 err error19079 func statusPrinter(doneChan chan *testresult.Results, statusChan chan statusMsg, total int) {