Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 119 for asleep (0.14 sec)

  1. src/runtime/mgcscavenge.go

    	}
    	unlock(&s.lock)
    }
    
    // sleep puts the scavenger to sleep based on the amount of time that it worked
    // in nanoseconds.
    //
    // Note that this function should only be called by the scavenger.
    //
    // The scavenger may be woken up earlier by a pacing change, and it may not go
    // to sleep at all if there's a pending pacing change.
    func (s *scavengerState) sleep(worked float64) {
    	lock(&s.lock)
    	if getg() != s.g {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.json

                      }
                    ]
                  },
                  "tcpSocket": {
                    "port": "portValue",
                    "host": "hostValue"
                  },
                  "sleep": {
                    "seconds": 1
                  }
                },
                "preStop": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 50K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                      }
                    ]
                  },
                  "tcpSocket": {
                    "port": "portValue",
                    "host": "hostValue"
                  },
                  "sleep": {
                    "seconds": 1
                  }
                },
                "preStop": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
Back to top