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

1 2 3 4

  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc-mode.d 10 the server. The active mode initiates the shutdown and waits for a reply from
  /prebuilts/go/darwin-x86/test/chan/
select6.go 10 // select is the last in the queue. If further waits are made
  /prebuilts/go/linux-x86/test/chan/
select6.go 10 // select is the last in the queue. If further waits are made
  /prebuilts/misc/windows/sdl2/test/
testatomic.c 483 int waits; member in struct:__anon61154
492 int waits; member in struct:__anon61155
514 ++data->waits;
522 ++data->waits;
544 ++data->waits;
557 ++data->waits;
677 SDL_Log("Writer %d wrote %d events, had %d waits\n", i, EVENTS_PER_WRITER, writerData[i].waits);
690 SDL_Log("Reader %d read %d events, had %d waits\n", i, total, readerData[i].waits);
    [all...]
  /art/test/923-monitors/src/art/
Test923.java 144 // 1) Start with N locks and Waits.
147 int waits = 0; local
153 if (locks <= waits) {
157 waits++;
  /prebuilts/go/darwin-x86/src/syscall/
exec_plan9.go 464 waits map[int]chan *waitErr
468 // thread, which runs the process and subsequently waits
499 if procs.waits == nil {
500 procs.waits = make(map[int]chan *waitErr)
502 procs.waits[ret.pid] = waitc
573 // WaitProcess waits until the pid of a
580 ch := procs.waits[pid]
587 if procs.waits[pid] == ch {
588 delete(procs.waits, pid)
  /prebuilts/go/linux-x86/src/syscall/
exec_plan9.go 464 waits map[int]chan *waitErr
468 // thread, which runs the process and subsequently waits
499 if procs.waits == nil {
500 procs.waits = make(map[int]chan *waitErr)
502 procs.waits[ret.pid] = waitc
573 // WaitProcess waits until the pid of a
580 ch := procs.waits[pid]
587 if procs.waits[pid] == ch {
588 delete(procs.waits, pid)
  /prebuilts/go/darwin-x86/src/net/textproto/
pipeline.go 78 // Start waits until it is time for the event numbered id to begin.
79 // That is, except for the first event, it waits until End(id-1) has
  /prebuilts/go/linux-x86/src/net/textproto/
pipeline.go 78 // Start waits until it is time for the event numbered id to begin.
79 // That is, except for the first event, it waits until End(id-1) has
  /external/iw/
iw.h 127 const int n_waits, const __u32 *waits);
130 const int n_waits, const __u32 *waits,
event.c 693 const int n_waits, const __u32 *waits,
707 if (n_waits && waits) {
708 wait_ev.cmds = waits;
726 const int n_waits, const __u32 *waits)
734 return __do_listen_events(state, n_waits, waits, NULL);
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 11 // Semacquire waits until *s > 0 and then atomically decrements it.
waitgroup.go 13 // A WaitGroup waits for a collection of goroutines to finish.
128 // otherwise concurrent Waits will race with each other.
  /prebuilts/go/linux-x86/src/sync/
runtime.go 11 // Semacquire waits until *s > 0 and then atomically decrements it.
waitgroup.go 13 // A WaitGroup waits for a collection of goroutines to finish.
128 // otherwise concurrent Waits will race with each other.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 406 * @param waits true, if the filter should wait for a frame on this port.
408 protected void setWaitsOnInputPort(String portName, boolean waits) {
409 getInputPort(portName).setBlocking(waits);
416 * @param waits true, if the filter should wait for the port to become free.
418 protected void setWaitsOnOutputPort(String portName, boolean waits) {
419 getOutputPort(portName).setBlocking(waits);
  /build/soong/ui/build/
proc_sync_test.go 69 return false, fmt.Sprintf("%v waits remain", numWaitsRemaining)
215 t.Fatalf("Incorrect number of waits elapsed; expected 0, got %v", waiter.numWaitsElapsed)
227 t.Fatalf("Incorrect number of waits elapsed; expected 2, got %v", waiter.numWaitsElapsed)
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 44 // time. If a duplicate comes in, the duplicate caller waits for the
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 44 // time. If a duplicate comes in, the duplicate caller waits for the
  /prebuilts/go/darwin-x86/src/time/
sleep.go 144 // After waits for the duration to elapse and then sends the current time
154 // AfterFunc waits for the duration to elapse and then calls f
  /prebuilts/go/linux-x86/src/time/
sleep.go 144 // After waits for the duration to elapse and then sends the current time
154 // AfterFunc waits for the duration to elapse and then calls f
  /external/boringssl/src/ssl/test/runner/
packet_adapter.go 95 // SendReadTimeout instructs the peer to simulate a read timeout. It then waits
  /external/fio/
iolog.c 353 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ local
368 reads = writes = waits = 0;
441 waits++;
484 if (!reads && !writes && !waits)
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 95 // A basic bot waits for onBotConnected to be called with a stream to the actual
  /prebuilts/go/darwin-x86/src/os/
exec.go 109 // Wait waits for the Process to exit, and then returns a

Completed in 1774 milliseconds

1 2 3 4