HomeSort by relevance Sort by last modified time
    Searched refs:cancels (Results 1 - 24 of 24) sorted by null

  /prebuilts/go/darwin-x86/src/context/
context_test.go 458 // Start all the cancels in a random order.
529 cancels []CancelFunc
533 for i := 0; i < minLayers || numTimers == 0 || len(cancels) == 0 || len(vals) == 0; i++ {
542 cancels = append(cancels, cancel)
546 cancels = append(cancels, cancel)
575 cancel := cancels[rand.Intn(len(cancels))]
context.go 18 // CancelFunc. Calling the CancelFunc cancels the child and its
309 // A cancelCtx can be canceled. When canceled, it also cancels any children
335 // cancel closes c.done, cancels each of c's children, and, if
  /prebuilts/go/linux-x86/src/context/
context_test.go 458 // Start all the cancels in a random order.
529 cancels []CancelFunc
533 for i := 0; i < minLayers || numTimers == 0 || len(cancels) == 0 || len(vals) == 0; i++ {
542 cancels = append(cancels, cancel)
546 cancels = append(cancels, cancel)
575 cancel := cancels[rand.Intn(len(cancels))]
context.go 18 // CancelFunc. Calling the CancelFunc cancels the child and its
309 // A cancelCtx can be canceled. When canceled, it also cancels any children
335 // cancel closes c.done, cancels each of c's children, and, if
  /external/libunwind/doc/
_U_dyn_cancel.tex 19 The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
libunwind-dynamic.tex 51 previous frame state and as such it undoes or cancels the effect of
  /prebuilts/go/darwin-x86/src/os/signal/
signal_test.go 181 // Test that Reset cancels registration for listed signals on all channels.
186 // Test that Ignore cancels registration for listed signals on all channels.
193 // Test that Stop cancels the channel's registrations.
signal_plan9_test.go 106 // Test that Stop cancels the channel's registrations.
  /prebuilts/go/linux-x86/src/os/signal/
signal_test.go 181 // Test that Reset cancels registration for listed signals on all channels.
186 // Test that Ignore cancels registration for listed signals on all channels.
193 // Test that Stop cancels the channel's registrations.
signal_plan9_test.go 106 // Test that Stop cancels the channel's registrations.
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 22 // CancelIo Windows API cancels all outstanding IO for a particular
25 // and cancels IO. It means, there are 2 unavoidable thread switches
161 // ExecIO executes a single IO operation o. It submits and cancels
164 // runtime netpoll and waits for completion or cancels request.
249 // locked to an OS thread, that both starts and cancels IO. One will
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 22 // CancelIo Windows API cancels all outstanding IO for a particular
25 // and cancels IO. It means, there are 2 unavoidable thread switches
161 // ExecIO executes a single IO operation o. It submits and cancels
164 // runtime netpoll and waits for completion or cancels request.
249 // locked to an OS thread, that both starts and cancels IO. One will
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 58 Yeswritebarrierrec // cancels Nowritebarrierrec in this function and callees
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 58 Yeswritebarrierrec // cancels Nowritebarrierrec in this function and callees
  /art/compiler/optimizing/
induction_var_analysis.cc 864 const bool cancels = (cmp == kCondLT || cmp == kCondGT) && std::abs(stride_value) == 1; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 682 // CMY, and patch in the original K. The RGB to CMY inversion cancels
  /prebuilts/go/darwin-x86/src/net/http/
client.go 97 // The Client cancels requests to the underlying Transport
transport.go 508 // CancelRequest cancels an in-flight request by closing its connection.
    [all...]
server.go 230 // cancelCtx cancels the connection-level context.
    [all...]
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 682 // CMY, and patch in the original K. The RGB to CMY inversion cancels
  /prebuilts/go/linux-x86/src/net/http/
client.go 97 // The Client cancels requests to the underlying Transport
transport.go 508 // CancelRequest cancels an in-flight request by closing its connection.
    [all...]
server.go 230 // cancelCtx cancels the connection-level context.
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]

Completed in 282 milliseconds