HomeSort by relevance Sort by last modified time
    Searched defs:Wait (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 15 // goroutines to wait for. Then each of the goroutines
17 // Wait can be used to block until all goroutines have finished.
40 // If the counter becomes zero, all goroutines blocked on Wait are released.
44 // must happen before a Wait. Calls with a negative delta, or calls with a
49 // If a WaitGroup is reused to wait for several independent sets of events,
50 // new Add calls must happen after all previous Wait calls have returned.
57 // Synchronize decrements with Wait.
67 // The first increment must be synchronized with Wait.
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
83 // - Adds must not happen concurrently with Wait,
    [all...]
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 15 // goroutines to wait for. Then each of the goroutines
17 // Wait can be used to block until all goroutines have finished.
40 // If the counter becomes zero, all goroutines blocked on Wait are released.
44 // must happen before a Wait. Calls with a negative delta, or calls with a
49 // If a WaitGroup is reused to wait for several independent sets of events,
50 // new Add calls must happen after all previous Wait calls have returned.
57 // Synchronize decrements with Wait.
67 // The first increment must be synchronized with Wait.
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
83 // - Adds must not happen concurrently with Wait,
    [all...]
  /art/runtime/
signal_set.h 46 int Wait() {
  /external/libmojo/mojo/edk/system/
waiter.cc 41 MojoResult Waiter::Wait(MojoDeadline deadline, uintptr_t* context) {
64 cv_.Wait();
97 // |cv_.Wait()|/|cv_.TimedWait()| will return after |lock_| is released.
  /external/llvm/include/llvm/Support/
Threading.h 69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
98 sys::cas_flag old_val = sys::CompareAndSwap(&flag, Wait, Uninitialized);
107 // Wait until any thread doing the call has finished.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
98 sys::cas_flag old_val = sys::CompareAndSwap(&flag, Wait, Uninitialized);
107 // Wait until any thread doing the call has finished.
  /external/webrtc/webrtc/base/
event.cc 49 bool Event::Wait(int milliseconds) {
81 bool Event::Wait(int milliseconds) {
nullsocketserver.h 25 virtual bool Wait(int cms, bool process_io) {
26 event_.Wait(cms);
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc 40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) {
  /frameworks/native/libs/vr/libdisplay/
vsync_client.cpp 23 int VSyncClient::Wait(int64_t* timestamp_ns) {
24 auto status = InvokeRemoteMethod<VSyncProtocol::Wait>();
26 ALOGE("VSyncClient::Wait: Failed to wait for vsync: %s",
  /packages/apps/Launcher3/tests/src/com/android/launcher3/util/
Wait.java 8 public class Wait {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Threading.h 73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
115 // Wait until any thread doing the call has finished.

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011