HomeSort by relevance Sort by last modified time
    Searched full:monitor (Results 226 - 250 of 2843) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/bt/osi/src/
alarm.c 74 // It allows us to release the coarse-grained monitor lock while a
108 static pthread_mutex_t monitor; variable
216 pthread_mutex_lock(&monitor);
219 pthread_mutex_unlock(&monitor);
244 pthread_mutex_lock(&monitor);
255 pthread_mutex_unlock(&monitor);
263 pthread_mutex_lock(&monitor);
265 pthread_mutex_unlock(&monitor);
273 // The caller must hold the |monitor| lock.
306 pthread_mutex_lock(&monitor);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
Status005Test.java 37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
58 * This testcase exercises ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
64 * <BR>&nbsp;&nbsp; - returned thread status is MONITOR status;
71 + " checks command for BLOCKED Thread: which is waiting to enter in locked Monitor...");
94 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) {
98 + Integer.toHexString(JDWPConstants.ThreadStatus.MONITOR)
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.MONITOR) + ")");
OwnedMonitorsStackDepthInfoTest.java 56 * command for the tested thread and gets list of monitor objects.
57 * The returned monitor objects are equal to expected count and their stack depth are
106 // Attain monitor object ID
109 // Attain monitor stack depth
117 * Test the returned monitor object does belong to the test thread by MonitorInfo Command
129 // Attain thread id from monitor info
131 assertEquals(thisCommandName + "returned monitor is not owned by test thread", ownerThreadID, testedThreadID, null, null);
133 logWriter.println("==> CHECK: PASSED: returned monitor does belong to the test thread.");
134 logWriter.println("==> Monitor owner thread ID: " + ownerThreadID);
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4-sources.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4-sources.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 17 package com.android.ide.eclipse.monitor;
19 import com.android.ide.eclipse.monitor.SdkToolsLocator.SdkInstallStatus;
44 private static final String MONITOR_WORKSPACE_PATH = "monitor-workspace";
68 "Monitor",
70 + "Monitor requires this package to work properly. Would you like to install that package now?");
125 // The monitor app should be located in "<sdk>/tools/lib/monitor-platform/"
  /art/runtime/mirror/
object.cc 31 #include "monitor.h"
175 // Inflate the thin lock to a monitor and stick the hash code inside of the monitor. May
180 Monitor::InflateThinLocked(self, h_this, lw, GenerateIdentityHashCode());
186 // Already inflated, return the hash stored in the monitor.
187 Monitor* monitor = lw.FatLockMonitor(); local
188 DCHECK(monitor != nullptr);
189 return monitor->GetHashCode();
  /external/iproute2/bridge/
monitor.c 2 * brmonitor.c "bridge monitor"
34 fprintf(stderr, "Usage: bridge monitor [file | link | fdb | mdb | all]\n");
105 fprintf(stderr, "Argument \"%s\" is unknown, try \"bridge monitor help\".\n", *argv);
  /external/iproute2/tc/
tc_monitor.c 2 * tc_monitor.c "tc monitor".
33 fprintf(stderr, "Usage: tc [-timestamp [-tshort] monitor\n");
86 fprintf(stderr, "Argument \"%s\" is unknown, try \"tc monitor help\".\n", *argv);
  /external/libnl/src/
nf-monitor.c 2 * src/nf-monitor.c Monitor netfilter events
58 printf("Usage: nf-monitor [<groups>]\n");
nl-monitor.c 2 * src/nl-monitor.c Monitor events
68 printf("Usage: nl-monitor [<groups>]\n");
  /external/vogar/src/vogar/target/junit/
JUnitRunnerFactory.java 27 import vogar.monitor.TargetMonitor;
38 public Runner newRunner(TargetMonitor monitor, String qualification,
44 return new JUnitRunner(monitor, skipPastReference, testEnvironment, timeoutSeconds,
  /external/webrtc/webrtc/base/
networkmonitor.h 27 * stopping the monitor. This avoids the potential race condition when creating
34 * monitor factory is owned by the factory itself but needs to be released from
37 // Generic network monitor interface. It starts and stops monitoring network
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 58 KeyguardUpdateMonitor monitor = KeyguardUpdateMonitor.getInstance(mContext); local
61 monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED))) {
66 monitor.getNextSubIdForState(IccCardConstants.State.PUK_REQUIRED))) {
  /libcore/ojluni/src/main/java/java/lang/
IllegalMonitorStateException.java 30 * object's monitor or to notify other threads waiting on an object's
31 * monitor without owning the specified monitor.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icmui.dlg 16 CONTROL "&Basic color management: Specify how colors appear on your monitor and printer.",rad1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,23,40,310,10
17 CONTROL "&Proofing: See colors on your monitor and/or printer as they would appear on another device.",rad2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,51,310,10
18 LTEXT "&Monitor Profile: (",stc1,30,68,148,8
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1-sources.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 45 public void run(IProgressMonitor monitor) throws InvocationTargetException,
47 monitor.beginTask("Checking systrace version on device..",
63 monitor.done();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java 61 IProgressMonitor monitor)
68 template.executeTemplateProcesses(monitor, false);
71 project.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(monitor, 10));
  /system/extras/simpleperf/
event_selection_set.h 42 // EventSelectionSet helps to monitor events.
43 // Firstly, the user creates an EventSelectionSet, and adds the specific event types to monitor.
44 // Secondly, the user defines how to monitor the events (by setting enable_on_exec flag,
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGraphics.java 79 if (config.fullscreenMonitorIndex != -1) { // Use monitor specified in config if it is valid.
260 // long monitor = getWindowMonitor();
261 // float mmWidth = glfwGetMonitorPhysicalWidth(monitor);
262 // float mmHeight = glfwGetMonitorPhysicalHeight(monitor);
277 public Monitor getPrimaryMonitor () {
278 return new JglfwMonitor(0, 0, "Primary Monitor");
282 public Monitor getMonitor () {
287 public Monitor[] getMonitors () {
288 return new Monitor[] { getPrimaryMonitor() };
292 public DisplayMode[] getDisplayModes (Monitor monitor)
303 long monitor = glfwGetWindowMonitor(window); local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/
Graphics.java 81 /** Describes a monitor
85 public class Monitor {
90 protected Monitor (int virtualX, int virtualY, String name) {
196 /** @return the primary monitor **/
197 public Monitor getPrimaryMonitor();
199 /** @return the monitor the application's window is located on */
200 public Monitor getMonitor();
202 /** @return the currently connected {@link Monitor}s */
203 public Monitor[] getMonitors();
205 /** @return the supported fullscreen {@link DisplayMode}(s) of the monitor the window is on *
    [all...]
  /external/autotest/scheduler/
agent_task.py 5 The BaseAgentTask imposes an interface through which the scheduler can monitor
151 self.monitor = None
179 assert self.monitor
180 exit_code = self.monitor.exit_code()
206 assert not self.monitor
218 if self.monitor and log_file:
219 self.monitor.try_copy_to_results_repository(log_file)
240 if self.monitor:
241 self.monitor.kill()
267 assert self.monitor
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 49 Monitor *m = new Monitor();
53 MDnsSdListener::Handler::Handler(Monitor *m, MDnsSdListener *listener) :
518 MDnsSdListener::Monitor::Monitor() {
527 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this);
531 void *MDnsSdListener::Monitor::threadStart(void *obj) {
532 Monitor *monitor = reinterpret_cast<Monitor *>(obj) local
    [all...]
  /art/runtime/
monitor_test.cc 18 #include "monitor.h"
47 std::unique_ptr<Monitor> monitor_;
151 // Now try to Wait on the Monitor.
152 Monitor::Wait(self, monitor_test_->object_.Get(), millis_, 0, true,
189 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
197 Monitor::Wait(self, monitor_test_->object_.Get(), millis_, 0, true,
227 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
242 Monitor::Wait(self, monitor_test_->object_.Get(), 10, 0, true,
347 // First test: throwing an exception when trying to wait in Monitor with another thread.
351 // This will lead to OOM and monitor error messages in the log
    [all...]

Completed in 2457 milliseconds

1 2 3 4 5 6 7 8 91011>>