Home
last modified time | relevance | path

Searched refs:CPURateLimiter (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/zip/
H A Drate_limit.go117 type CPURateLimiter struct { struct
121 func NewCPURateLimiter(capacity int64) *CPURateLimiter {
126 return &CPURateLimiter{impl: impl}
129 func (e CPURateLimiter) Request() {
133 func (e CPURateLimiter) Finish() {
137 func (e CPURateLimiter) Stop() {
H A Dzip.go213 cpuRateLimiter *CPURateLimiter