HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 251 - 275 of 993) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/runtime/
rwmutex_test.go 38 // Wait for all parallel RLock()s to succeed.
43 // Wait for the goroutines to finish.
105 // Wait for the 2 writers and all readers to finish.
  /prebuilts/go/linux-x86/src/sync/
rwmutex_test.go 37 // Wait for all parallel RLock()s to succeed.
44 // Wait for the goroutines to finish.
102 // Wait for the 2 writers and all readers to finish.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuSleep.asm 7 ; MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/libchrome/base/threading/
simple_thread.cc 40 event_.Wait(); // Wait for the thread to complete initialization.
146 dry_.Wait();
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 64 // by wait(2)
96 // test, then wait for it to complete.
106 virtual int Wait() = 0;
113 // than a function pointer or functor, or else Wait and Passed could
168 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 66 // by wait(2)
98 // test, then wait for it to complete.
112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/webrtc/webrtc/base/
maccocoasocketserver.mm 77 // ::Wait is reentrant, for example when blocking on another thread while
80 bool MacCocoaSocketServer::Wait(int cms, bool process_io) {
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue9400_linux.go 31 // Wait for RewindAndSetgid
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan5.go 50 wg.Wait()
  /prebuilts/go/darwin-x86/src/math/rand/
race_test.go 20 defer wg.Wait()
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
main_test.go 43 wg.Wait()
  /prebuilts/go/darwin-x86/src/runtime/
chanbarrier_test.go 82 wg.Wait()
runtime_unix_test.go 55 wg.Wait()
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
syscall_windows.go 64 wg.Wait()
  /prebuilts/go/darwin-x86/src/testing/
helperfuncs_test.go 66 wg.Wait()
  /prebuilts/go/darwin-x86/test/
deferfin.go 53 wg.Wait()
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5493.go 49 wg.Wait()
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9400_linux.go 31 // Wait for RewindAndSetgid

Completed in 791 milliseconds

<<11121314151617181920>>