Searched defs:statusMsg (Results 1 – 2 of 2) sorted by relevance
10743 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {10772 type statusMsg struct { struct10773 test *testCase10774 started bool10775 err error10778 func statusPrinter(doneChan chan *testOutput, statusChan chan statusMsg, total int) {
386 _updateState: function (state, statusMsg) { argument