Home
last modified time | relevance | path

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

/external/pigweed/pw_target_runner/go/src/pigweed/pw_target_runner/
Dworker_pool.go30 type RunRequest struct { struct
32 Path string
35 ResponseChannel chan<- *RunResponse
38 queueStart time.Time
72 HandleRunRequest(*RunRequest) *RunResponse
/external/cronet/net/url_request/
Durl_request_http_job_unittest.cc1681 void RunRequest(URLRequestContext* context, const GURL& url) { in RunRequest() function