Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go1427 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 { struct
19073 test *testCase
19074 statusType statusType
19075 pid int
19076 err error
19079 func statusPrinter(doneChan chan *testresult.Results, statusChan chan statusMsg, total int) {