Searched defs:statusMsg (Results 1 – 1 of 1) sorted by relevance
1247 func runTest(statusChan chan statusMsg, test *testCase, shimPath string, mallocNumToFail int64) err…16601 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {16638 type statusMsg struct { struct16639 test *testCase16640 statusType statusType16641 pid int16642 err error16645 func statusPrinter(doneChan chan *testresult.Results, statusChan chan statusMsg, total int) {