HomeSort by relevance Sort by last modified time
    Searched defs:ownerThread (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
OwnedMonitorsTest.java 94 long ownerThread;
110 ownerThread = replyObj.getNextValueAsThreadID();
111 logWriter.println("\t\t" + "ownerThread ID: " + ownerThread);
113 ownerName = debuggeeWrapper.vmMirror.getThreadName(ownerThread);
114 logWriter.println("\t\t" + "ownerThread name: " + ownerName);
116 if (ownerThread != testedThreadID) {
117 printErrorAndFail("wrong owner thread: " + ownerThread);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 246 pthread_t ownerThread;
    [all...]

Completed in 716 milliseconds