/art/runtime/ |
monitor.cc | 42 * full-fledged monitor until a) there is actual contention or b) wait() 73 * - a way for multiple threads to wait for notification 78 * threads waiting on it (the wait call unlocks it). One or more waiting 146 * Links a thread into a monitor's wait set. The monitor lock must be 167 * Unlinks a thread from a monitor's wait set. The monitor lock must 352 // Wait should have already cleared the fields. 369 * Wait on a monitor until timeout, interrupt, or notification. Used for 370 * Object.wait() and (somewhat indirectly) Thread.sleep() and Thread.join(). 374 * - blocked in wait(), wait(long), or wait(long, int) methods of Objec [all...] |
/bionic/libc/private/ |
syscommon.h | 27 #include <sys/wait.h>
|
/cts/suite/audio_quality/lib/include/ |
Semaphore.h | 37 bool wait();
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GlAppSwitchTest.java | 57 // wait for more time at the last run to allow watch dog timer in replica island to kick 81 // wait further to render some frames 90 // wait to render some frames 104 * @param waitTimeMs time to wait after each task switching
|
/cts/tests/tests/os/src/android/os/cts/ |
RemoteCallbackListTest.java | 89 mSync.wait(); 126 mSync.wait(); 129 // sleep some time to wait for onCallbackDied called. 140 mSync.wait();
|
/development/ndk/platforms/android-3/include/linux/ |
net.h | 15 #include <linux/wait.h>
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestRunner.java | 120 public TestResult doRun(Test test, boolean wait) { 129 return super.doRun(test, wait); 137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) 141 return doRun(test, wait);
|
/device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
osProcessUnix.cpp | 19 #include <sys/wait.h> 150 childProcess::wait(int *exitStatus) function in class:osUtils::childProcess 186 int KillProcess(int pid, bool wait) 196 if (wait) {
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/ |
Antlr3Test.mxml | 15 status.text = "Please wait running test suite...";
|
/external/bison/po/ |
POTFILES.in | 32 lib/wait-process.c
|
/external/chromium_org/android_webview/browser/ |
scoped_allow_wait_for_legacy_web_view_api.h | 17 base::ThreadRestrictions::ScopedAllowWait wait; member in class:ScopedAllowWaitForLegacyWebViewApi
|
/external/chromium_org/apps/ |
app_restore_service_browsertest.cc | 42 // Wait for the extension to get suspended. 43 extension_suspended.Wait(); 89 extension_suspended.Wait(); 132 extension_suspended.Wait();
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source.cc | 12 // The amount of time (in ms) to wait before running the initial
|
/external/chromium_org/base/test/ |
task_runner_test_template.cc | 37 task_runs_cv_.Wait();
|
test_switches.cc | 7 // Time (in milliseconds) that the tests should wait before timing out.
|
thread_test_helper.cc | 25 done_event_.Wait();
|
/external/chromium_org/chrome/browser/tab_contents/ |
render_view_context_menu_browsertest_util.h | 16 // Wait for a context menu to be shown, and then execute |command_to_execute|.
|
/external/chromium_org/chrome/browser/ui/panels/ |
test_panel_notification_observer.cc | 22 void TestPanelNotificationObserver::Wait() {
|
/external/chromium_org/chrome/test/base/ |
tracing_browsertest.cc | 50 // One event before wait. 56 // One event after wait. 68 // Multi event before wait. 74 // Multi event after wait.
|
/external/chromium_org/content/browser/browser_plugin/ |
test_browser_plugin_embedder.h | 20 // Provides utilities to wait for certain state/messages in
|
test_browser_plugin_guest_manager.cc | 30 // Wait otherwise.
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_test_helpers.cc | 30 return read_data_.Wait();
|
/external/chromium_org/content/common/ |
content_constants_internal.h | 13 // How long to wait before we consider a renderer hung.
|
/external/chromium_org/media/audio/ |
cross_process_notification.cc | 17 int CrossProcessNotification::WaitForMultiple::Wait() {
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/ |
ppapi_crash_ppapi_off_main_thread.cc | 31 pthread_join(tid, &thread_result); // Wait for the thread to crash.
|