HomeSort by relevance Sort by last modified time
    Searched refs:ownerThread (Results 1 - 8 of 8) 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/
pthread_mutex_trylock.c 80 mx->ownerThread = pthread_self ();
86 pthread_equal (mx->ownerThread, pthread_self ()))
131 pthread_equal (mx->ownerThread, pthread_self ()))
pthread_mutex_unlock.c 87 if (pthread_equal (mx->ownerThread, pthread_self()))
92 mx->ownerThread.p = NULL;
121 if (pthread_equal (mx->ownerThread, self))
pthread_mutex_consistent.c 124 mx->ownerThread = self;
148 list = &(((ptw32_thread_t*)mx->ownerThread.p)->robustMxList);
149 mx->ownerThread.p = otp;
pthread_mutex_lock.c 106 mx->ownerThread = self;
110 if (pthread_equal (mx->ownerThread, self))
137 mx->ownerThread = self;
217 if (pthread_equal (mx->ownerThread, self))
pthread_mutex_timedlock.c 166 mx->ownerThread = self;
170 if (pthread_equal (mx->ownerThread, self))
194 mx->ownerThread = self;
275 if (pthread_equal (mx->ownerThread, self))
pthread_mutex_init.c 113 mx->ownerThread.p = NULL;
implement.h 246 pthread_t ownerThread;
    [all...]

Completed in 134 milliseconds