Searched defs:Duration (Results 1 – 4 of 4) sorted by relevance
/build/soong/ui/build/ |
D | proc_sync.go | 133 func newSleepWaiter(interval time.Duration, duration time.Duration) (waiter *sleepWaiter) {
|
/build/soong/ui/build/paths/ |
D | logs.go | 112 func dial(name string, lookup socketAddrFunc, timeout time.Duration) (net.Conn, error) { 139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done …
|
/build/soong/cmd/run_with_timeout/ |
D | run_with_timeout.go | 90 func runWithTimeout(command string, args []string, timeout time.Duration, onTimeoutCmdStr string,
|
/build/blueprint/ |
D | context_test.go | 491 func doTestWalkFileOrder(t *testing.T, sleepDuration time.Duration) {
|