Home
last modified time | relevance | path

Searched defs:statusMsg (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Drunner.go15016 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {
15045 type statusMsg struct { struct
15046 test *testCase
15047 started bool
15048 err error
15051 func statusPrinter(doneChan chan *testresult.Results, statusChan chan statusMsg, total int) {