Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go1247 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 { struct
16639 test *testCase
16640 statusType statusType
16641 pid int
16642 err error
16645 func statusPrinter(doneChan chan *testresult.Results, statusChan chan statusMsg, total int) {