HomeSort by relevance Sort by last modified time
    Searched refs:receives (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /device/generic/goldfish/libqemu/
tests.mk 4 # anything it receives from the client.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
bool.go 22 _ = 0 == <-c || 0 == <-c // OK subsequent receives may yield different values
70 _ = 0 != <-c && 0 != <-c // OK subsequent receives may yield different values
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
bool.go 22 _ = 0 == <-c || 0 == <-c // OK subsequent receives may yield different values
70 _ = 0 != <-c && 0 != <-c // OK subsequent receives may yield different values
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16870.go 25 // Channel receives.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16870.go 25 // Channel receives.
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/
symbolz.go 26 // symbolz handler. syms receives the symbolz query (hex addresses
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 38 // mux receives the values from sender and forwards them onto another channel.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/
symbolz.go 26 // symbolz handler. syms receives the symbolz query (hex addresses
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 38 // mux receives the values from sender and forwards them onto another channel.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 38 // NOTE: because GNUSyntax is the only caller of this func, and it receives a copy
plan9.go 86 // NOTE: because Plan9Syntax is the only caller of this func, and it receives a copy
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 45 // original to complete and receives the same results.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 38 // NOTE: because GNUSyntax is the only caller of this func, and it receives a copy
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 45 // original to complete and receives the same results.
  /external/bison/etc/
bench.pl.in 161 /* yyerror receives the location if:
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 65 Boolean receives; member in struct:data_key
  /prebuilts/go/darwin-x86/src/time/
sleep.go 66 // This cannot be done concurrent to other receives from the Timer's
114 // This should not be done concurrent to other receives from the Timer's
  /prebuilts/go/linux-x86/src/time/
sleep.go 66 // This cannot be done concurrent to other receives from the Timer's
114 // This should not be done concurrent to other receives from the Timer's
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 90 // and the same signals: each channel receives copies of incoming
  /prebuilts/go/darwin-x86/src/runtime/
signal_sighandler.go 119 // When the last m receives the SIGQUIT, it will fall through to the call to
chan_test.go 352 // + 1 goroutine that receives N values on each of the chans in a single select.
353 // All these sends, receives and selects interact chaotically at runtime,
942 // Consumer: receives from myc.
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 90 // and the same signals: each channel receives copies of incoming
  /prebuilts/go/linux-x86/src/runtime/
signal_sighandler.go 119 // When the last m receives the SIGQUIT, it will fall through to the call to
chan_test.go 352 // + 1 goroutine that receives N values on each of the chans in a single select.
353 // All these sends, receives and selects interact chaotically at runtime,
942 // Consumer: receives from myc.
  /external/libunwind/doc/
unw_create_addr_space.tex 138 \Var{valp} to point to the word that receives the read value. To
157 \Var{write} to zero and \Var{valp} to point to the word that receives
177 receives the read value. To write a register, \Prog{libunwind} sets

Completed in 2493 milliseconds

1 2 3 4